CodePro Code Audit for LMU_PROD_SCHOOL

This document contains the results of auditing LMU_PROD_SCHOOL at 9/11/14 3:34 AM, using the audit rule set MyRuleSet.

Violations by Severity

Violation Counts by Severity

Violation SeverityViolation Count
High128
Medium9,890
Low7,158
 
Violation
 
Violation Recommendation Severity Resource Line
Unnecessary constructor found Since this constructor is included automatically by the compiler, it should be removed. High ObjectFactory.java 25
Unnecessary constructor found Since this constructor is included automatically by the compiler, it should be removed. High ObjectFactory.java 32
 
Violation Recommendation Severity Resource Line
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High WSThread.java 33
 
Violation Recommendation Severity Resource Line
Invocation of sleep() Use wait() and notify() to block the thread until it is possible for execution to proceed. High ClientCommunicator.java 73
Invocation of sleep() Use wait() and notify() to block the thread until it is possible for execution to proceed. High TestClient.java 73
 
Violation Recommendation Severity Resource Line
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High GpsWebserviceClient.java 74
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High PacketDataFetcher.java 40
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High AsyncCaller.java 73
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High AsyncCaller.java 109
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DBManager.java 84
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DBManager.java 92
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DBManager.java 118
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High PacketConsumer.java 197
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High recieveThread.java 75
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High sendMessage.java 45
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High UDPClient.java 115
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High WSThread.java 75
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High WSThread.java 90
 
Violation Recommendation Severity Resource Line
Duplicate property name: 125 Delete the duplicate property. High alertnotifications.properties 11
 
Violation Recommendation Severity Resource Line
Empty statement Delete the empty statement. High LMU4100Map.java 29
 
Violation Recommendation Severity Resource Line
Reflection Injection risk: too many sources To minimize the risk of Reflection Injection, reflection statement accessing classes, methods or fields should be created and executed as locally as possible. Make the code more secure by reducing the number of possible paths into this reflection statement. High CategoryReader.java 85
Reflection Injection risk: too many sources To minimize the risk of Reflection Injection, reflection statement accessing classes, methods or fields should be created and executed as locally as possible. Make the code more secure by reducing the number of possible paths into this reflection statement. High ExpReader.java 86
Reflection Injection risk: too many sources To minimize the risk of Reflection Injection, reflection statement accessing classes, methods or fields should be created and executed as locally as possible. Make the code more secure by reducing the number of possible paths into this reflection statement. High ValidatorReader.java 134
 
Violation Recommendation Severity Resource Line
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_PROD_SCHOOL/src/com/gps/corrector/ExpReader.java"   High ExpReader.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_PROD_SCHOOL/src/com/gps/corrector/ValidatorReader.java"   High ValidatorReader.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/com/gps/services/MobileAlert.java"   High MobileAlert.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/com/gps/services/UpdateRfidHistory.java"   High UpdateRfidHistory.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_PROD_SCHOOL/src/lmu/core/AlertManager.java"   High AlertManager.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/lmu/core/AsyncCaller.java"   High AsyncCaller.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/LMU_PROD_SCHOOL/src/lmu/core/AsyncCaller.java"   High AsyncCaller.java 1
Maximum violation count of 50 exceeded for the rule "Keep lines reasonably short" in "/LMU_PROD_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 500 exceeded in "/LMU_PROD_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Don't cast primitive types to a lower precision type" in "/LMU_PROD_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Use a space to separate the type in a cast from the expression" in "/LMU_PROD_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Use a space after a comma, but not before" in "/LMU_PROD_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_PROD_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/LMU_PROD_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Only use numeric literals to initialize constants" in "/LMU_PROD_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/LMU_PROD_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/LMU_PROD_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Local variables should be commented" in "/LMU_PROD_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/lmu/core/ClientCommunicator.java"   High ClientCommunicator.java 1
Maximum violation count of 5000 exceeded for the rule "Use a consistent style for indentation"   High DBManager.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/LMU_PROD_SCHOOL/src/lmu/core/DBManager.java"   High DBManager.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_PROD_SCHOOL/src/lmu/core/DBManager_PerfTest.java"   High DBManager_PerfTest.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/lmu/core/LMUUtils.java"   High LMUUtils.java 1
Maximum violation count of 50 exceeded for the rule "Remove commented-out code" in "/LMU_PROD_SCHOOL/src/lmu/core/packetHandler.java"   High packetHandler.java 1
Maximum violation count of 50 exceeded for the rule "Keep lines reasonably short" in "/LMU_PROD_SCHOOL/src/lmu/core/packetHandler.java"   High packetHandler.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/lmu/core/packetHandler.java"   High packetHandler.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_PROD_SCHOOL/src/lmu/core/packetHandler.java"   High packetHandler.java 1
Maximum violation count of 500 exceeded in "/LMU_PROD_SCHOOL/src/lmu/core/packetHandler.java"   High packetHandler.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/LMU_PROD_SCHOOL/src/lmu/core/packetHandler.java"   High packetHandler.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/LMU_PROD_SCHOOL/src/lmu/core/packetHandler.java"   High packetHandler.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/LMU_PROD_SCHOOL/src/lmu/core/packetHandler.java"   High packetHandler.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/lmu/core/recieveThread.java"   High recieveThread.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_PROD_SCHOOL/src/lmu/core/recieveThread.java"   High recieveThread.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/lmu/core/TestClient.java"   High TestClient.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/lmu/core/UDPClient.java"   High UDPClient.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_PROD_SCHOOL/src/lmu/core/UDPClient.java"   High UDPClient.java 1
Maximum violation count of 500 exceeded in "/LMU_PROD_SCHOOL/src/lmu/core/UDPClient.java"   High UDPClient.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/lmu/core/UDPServerMINA.java"   High UDPServerMINA.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/LMU_PROD_SCHOOL/src/lmu/core/WSThread.java"   High WSThread.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_Device.java"   High _Device.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_Geofence.java"   High _Geofence.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_Organization.java"   High _Organization.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_TripDetails.java"   High _TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_TripDetails.java"   High _TripDetails.java 1
Maximum violation count of 500 exceeded in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_TripDetails.java"   High _TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_TripDetails.java"   High _TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_TripDetails.java"   High _TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_TripDetails.java"   High _TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "Make methods static when possible" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_TripDetails.java"   High _TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_TripDetails.java"   High _TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_TripParameters.java"   High _TripParameters.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_TripParameters.java"   High _TripParameters.java 1
Maximum violation count of 500 exceeded in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_TripParameters.java"   High _TripParameters.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_TripPreference.java"   High _TripPreference.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_TripTravelerDetails.java"   High _TripTravelerDetails.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_User.java"   High _User.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_User.java"   High _User.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_UserDetails.java"   High _UserDetails.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_UserDetails.java"   High _UserDetails.java 1
Maximum violation count of 500 exceeded in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_UserDetails.java"   High _UserDetails.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_UserDetails.java"   High _UserDetails.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_UserDetails.java"   High _UserDetails.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_UserDetails.java"   High _UserDetails.java 1
Maximum violation count of 50 exceeded for the rule "Make methods static when possible" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_UserDetails.java"   High _UserDetails.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_UserPreferences.java"   High _UserPreferences.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_Vehicle.java"   High _Vehicle.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_VehicleDetails.java"   High _VehicleDetails.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_VehicleDetails.java"   High _VehicleDetails.java 1
Maximum violation count of 500 exceeded in "/LMU_PROD_SCHOOL/src/LMU4100/DB/auto/_VehicleDetails.java"   High _VehicleDetails.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/LMU4100Map.java"   High LMU4100Map.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/TripDetails.java"   High TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/TripDetails.java"   High TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/TripParameters.java"   High TripParameters.java 1
Maximum violation count of 500 exceeded in "/LMU_PROD_SCHOOL/src/LMU4100/DB/TripParameters.java"   High TripParameters.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/TripParameters.java"   High TripParameters.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/LMU_PROD_SCHOOL/src/LMU4100/DB/TripParameters.java"   High TripParameters.java 1
Maximum violation count of 50 exceeded for the rule "Keep lines reasonably short" in "/LMU_PROD_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_PROD_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
Maximum violation count of 500 exceeded in "/LMU_PROD_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_PROD_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/LMU_PROD_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
Maximum violation count of 50 exceeded for the rule "Getter and setter methods should be declared final" in "/LMU_PROD_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/LMU_PROD_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
Maximum violation count of 50 exceeded for the rule "Be consistent in the use of "this"" in "/LMU_PROD_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
 
Violation Recommendation Severity Resource Line
Persistent field validHashTable use implementation instead of interface Use interface instead of implementation for this field. High CategoryReader.java 28
Persistent field oldParamVals use implementation instead of interface Use interface instead of implementation for this field. High DriftMasker.java 26
Persistent field validHashTable use implementation instead of interface Use interface instead of implementation for this field. High ExpReader.java 29
Persistent field locHparam use implementation instead of interface Use interface instead of implementation for this field. High ExpressionDecoder.java 20
Persistent field oldParamVals use implementation instead of interface Use interface instead of implementation for this field. High ExpressionDecoder.java 21
Persistent field validHashTable use implementation instead of interface Use interface instead of implementation for this field. High ValidatorReader.java 31
Persistent field validHashTable use implementation instead of interface Use interface instead of implementation for this field. High FileUtilities.java 57
Persistent field propertyobj use implementation instead of interface Use interface instead of implementation for this field. High AlertManager.java 19
Persistent field event_msg_hash use implementation instead of interface Use interface instead of implementation for this field. High AlertManager.java 23
Persistent field hdrs use implementation instead of interface Use interface instead of implementation for this field. High configReader.java 17
Persistent field hAccum use implementation instead of interface Use interface instead of implementation for this field. High PacketConsumer.java 80
Persistent field categoryEvent use implementation instead of interface Use interface instead of implementation for this field. High PacketConsumer.java 82
Persistent field serviceList use implementation instead of interface Use interface instead of implementation for this field. High PacketConsumer.java 88
Persistent field hPramaValue use implementation instead of interface Use interface instead of implementation for this field. High packetHandler.java 17
Persistent field hAccum use implementation instead of interface Use interface instead of implementation for this field. High UDPServerMINA.java 53
Persistent field hsObjLM use implementation instead of interface Use interface instead of implementation for this field. High UDPServerMINA.java 59
Persistent field hsActiveMQ use implementation instead of interface Use interface instead of implementation for this field. High UDPServerMINA.java 61
Persistent field hshVeh use implementation instead of interface Use interface instead of implementation for this field. High TripParameters.java 75
 
Violation Recommendation Severity Resource Line
Short name found: r Rename. High Base16Encoder.java 24
Short name found: p Rename. High UDPClient.java 24
 
Violation
 
Violation Recommendation Severity Resource Line
Main method declared Delete the method. Medium GpsWebserviceClient.java 59
Main method declared Delete the method. Medium AlertManager.java 73
Main method declared Delete the method. Medium AsyncCaller.java 146
Main method declared Delete the method. Medium ClientCommunicator.java 119
Main method declared Delete the method. Medium ConsumerThread.java 163
Main method declared Delete the method. Medium DBManager.java 195
Main method declared Delete the method. Medium LMUUtils.java 177
Main method declared Delete the method. Medium PacketConsumer.java 245
Main method declared Delete the method. Medium PacketProducer.java 158
Main method declared Delete the method. Medium QueueAllocator.java 101
Main method declared Delete the method. Medium recieveThread.java 194
Main method declared Delete the method. Medium sendMessage.java 142
Main method declared Delete the method. Medium TestClient.java 128
Main method declared Delete the method. Medium UDPClient.java 39
Main method declared Delete the method. Medium UDPServer.java 11
Main method declared Delete the method. Medium UDPServerMINA.java 122
Main method declared Delete the method. Medium WSClient.java 75
Main method declared Delete the method. Medium Device.java 46
Main method declared Delete the method. Medium LMU4100Map.java 45
Main method declared Delete the method. Medium TripDetails.java 175
 
Violation Recommendation Severity Resource Line
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium CorrectorVO.java 10
Variable has null value Use a null constant or initialize variable with an actual value. Medium CorrectorVO.java 16
Variable has null value Use a null constant or initialize variable with an actual value. Medium DirectParamEvaluator.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium DirectParamEvaluator.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium DirectParamEvaluator.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium DirectParamEvaluator.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium DirectParamEvaluator.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium DirectParamEvaluator.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionHandler.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionHandler.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionHandler.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium RuleVO.java 18
Variable has null value Use a null constant or initialize variable with an actual value. Medium RuleVO.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorDetails.java 20
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorDetails.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorDetails.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 175
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 199
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 223
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 239
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlertMessage.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlertMessage.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlertMessage.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlertMessage.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlertMessageResponse.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlertResponse.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium PointInPolygon.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium PointInPolygon.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium PointInPolygon.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium PointInPolygon.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium PointInPolygonResponse.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium UpdateRfidHistory.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium UpdateRfidHistory.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium UpdateRfidHistory.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium UpdateRfidHistory.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium UpdateRfidHistory.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium WhetherInterested.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium WhetherInterested.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium WhetherInterested.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium WhetherInterested.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium WhetherInterestedResponse.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUResource.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUResource.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUResource.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUResource.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUResource.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUResource.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUResource.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUResource.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogHandler.java 14
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogHandler.java 17
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogHandler.java 21
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium ParamUtils.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium ParamUtils.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium ParamUtils.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium ParamUtils.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorFactory.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 12
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 15
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 15
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 16
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClientCommunicator.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClientCommunicator.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClientCommunicator.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClientCommunicator.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClientCommunicator.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClientCommunicator.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium CommonClass.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConsumerThread.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConsumerThread.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConsumerThread.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConsumerThread.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConsumerThread.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager_PerfTest.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager_PerfTest.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager_PerfTest.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager_PerfTest.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager_PerfTest.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 168
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 197
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 198
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 199
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 200
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 217
Variable has null value Use a null constant or initialize variable with an actual value. Medium MyLogger.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 177
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 185
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 186
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 187
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 198
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 199
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 202
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 225
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 226
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 227
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 28
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 152
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 161
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 161
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 163
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 163
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 167
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 167
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 187
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 188
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 189
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketProducer.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketProducer.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketProducer.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketProducer.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium ProrpertiesManager.java 12
Variable has null value Use a null constant or initialize variable with an actual value. Medium QueueAllocator.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 161
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 164
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 171
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 175
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 178
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 181
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 181
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium RecieveThreadDummy.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium RecieveThreadDummy.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium TestClient.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium TestClient.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium TestClient.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium TimerTask1.java 21
Variable has null value Use a null constant or initialize variable with an actual value. Medium TimerTask1.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium TimerTask1.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium TimerTask1.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServer.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerHandler.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerHandler.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerHandler.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerHandler.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerHandler.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium WSThread.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccumulatorRef.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccumulatorRef.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccumulatorRef.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccumulatorRef.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccumulatorRef.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccumulatorRef.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Accounts.java 18
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Accounts.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium _AccumulatorRef.java 11
Variable has null value Use a null constant or initialize variable with an actual value. Medium _AccumulatorRef.java 18
Variable has null value Use a null constant or initialize variable with an actual value. Medium _CharityBarometer.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium _CharityBarometer.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium _CharityBarometer.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Configurations.java 12
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Configurations.java 19
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Feedback.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Feedback.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Feedback.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Feedback.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Feedback.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Feedback.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Feedback.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FenceHistory.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FenceHistory.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FenceHistory.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FenceHistory.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FenceHistory.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FenceHistory.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FrequentTravellerDetails.java 21
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FrequentTripDetails.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FrequentTripDetails.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium _GeovehicleMap.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium _GeovehicleMap.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium _GeovehicleMap.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium _GeovehicleMap.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Inbox.java 28
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Inbox.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Inbox.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Inbox.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Inbox.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Inbox.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Inbox.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Notification.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Notification.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Notification.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Notification.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium _PickupPoints.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium _PickupPoints.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium _PickupPoints.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium _ReportRef.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium _ReportRef.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium _ReportRef.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium _ReportRef.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium _SavingStatus.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium _SavingStatus.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium _SavingStatus.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium _SavingStatus.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium _SavingStatus.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium _SavingStatus.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Speedparameter.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Speedparameter.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Speedparameter.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripMsgParams.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripMsgParams.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripMsgParams.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripMsgParams.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripMsgParams.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 161
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 168
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 175
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripScraps.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripScraps.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripScraps.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripVehicleMap.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripVehicleMap.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 152
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserDetails.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserDetails.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserGeofenceMap.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserGeofenceMap.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserLandmarks.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserLandmarks.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserLandmarks.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserLandmarks.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserLandmarks.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreference.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreference.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreference.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreference.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 28
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 168
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 177
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleGroup.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleGroup.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleGroup.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleGroup.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleGroup.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Configurations.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium Configurations.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium Configurations.java 28
Variable has null value Use a null constant or initialize variable with an actual value. Medium Configurations.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium Configurations.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium Configurations.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium Configurations.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 17
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 17
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 18
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportRef.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportRef.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportRef.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 28
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 152
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 175
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 178
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 181
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 198
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 201
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 204
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 208
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 222
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 227
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 236
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 238
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 269
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 278
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 279
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 294
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 294
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 308
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 319
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 319
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 328
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 336
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 339
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 351
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 351
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 355
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 356
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 365
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 366
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 369
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 370
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 371
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 374
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 384
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 427
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 438
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 439
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 440
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 441
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 444
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 445
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 41
 
Violation Recommendation Severity Resource Line
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Accounts.java 11
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _CharityBarometer.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Configurations.java 5
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Device.java 16
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Feedback.java 16
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _FenceHistory.java 15
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _FrequentTravellerDetails.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _FrequentTripDetails.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Geofence.java 18
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _GeovehicleMap.java 16
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Inbox.java 15
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Notification.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Organization.java 16
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _PickupPoints.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _SavingStatus.java 15
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Speedparameter.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _TripDetails.java 25
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _TripMsgParams.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _TripParameters.java 27
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _TripPreference.java 11
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _TripScraps.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _TripTravelerDetails.java 17
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _TripVehicleMap.java 14
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _User.java 17
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _UserDetails.java 27
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _UserGeofenceMap.java 14
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _UserLandmarks.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _UserPreference.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _UserPreferences.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Vehicle.java 15
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _VehicleDetails.java 21
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _VehicleGroup.java 15
 
Violation Recommendation Severity Resource Line
Accessing static member through subtype Replace the current subtype with the declaring type Medium configReader.java 18
Accessing static member through an instance Access the member through the declaring type Medium ConsumerThread.java 152
Accessing static member through subtype Replace the current subtype with the declaring type Medium packetHandler.java 19
Accessing static member through subtype Replace the current subtype with the declaring type Medium recieveThread.java 51
Accessing static member through subtype Replace the current subtype with the declaring type Medium RecieveThreadDummy.java 16
Accessing static member through subtype Replace the current subtype with the declaring type Medium sendMessage.java 23
Accessing static member through an instance Access the member through the declaring type Medium UDPClient.java 34
Accessing static member through an instance Access the member through the declaring type Medium UDPClient.java 35
Accessing static member through an instance Access the member through the declaring type Medium LMU4100Map.java 48
 
Violation Recommendation Severity Resource Line
Invalid argument type: expected java.lang.String, found java.lang.Object Convert the argument to the right type. Medium DriftMasker.java 69
Invalid argument type: expected java.lang.String, found java.lang.Object Convert the argument to the right type. Medium ExpressionDecoder.java 127
Invalid argument type: expected java.lang.String, found java.lang.Object Convert the argument to the right type. Medium ExpressionDecoder.java 128
Invalid argument type: expected java.lang.String, found java.lang.Object Convert the argument to the right type. Medium AlertManager.java 79
 
Violation Recommendation Severity Resource Line
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CategoryReader.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CategoryReader.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CategoryReader.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CategoryReader.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CorrectorVO.java 4
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CorrectorVO.java 5
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DirectParamEvaluator.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DirectParamEvaluator.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DriftMasker.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DriftMasker.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DriftMasker.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DriftMasker.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DriftMasker.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpReader.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpReader.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpReader.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpReader.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpressionDecoder.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpressionDecoder.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpressionDecoder.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpressionDecoder.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpressionDecoder.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpressionHandler.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RuleVO.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RuleVO.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ValidatorDetails.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ValidatorDetails.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ValidatorDetails.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ValidatorReader.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ValidatorReader.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ValidatorReader.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ValidatorReader.java 32
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium GpsWebserviceClient.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GpsWebserviceClient.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 51
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 52
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 54
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 56
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 58
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 60
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 62
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 64
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlertMessage.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlertMessage.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlertMessage.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlertMessage.java 49
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlertMessageResponse.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlertResponse.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PointInPolygon.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PointInPolygon.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PointInPolygon.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PointInPolygon.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PointInPolygonResponse.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PolygonRegion_Service.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UpdateRfidHistory.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UpdateRfidHistory.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UpdateRfidHistory.java 50
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UpdateRfidHistory.java 51
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UpdateRfidHistory.java 52
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WhetherInterested.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WhetherInterested.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WhetherInterested.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WhetherInterested.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WhetherInterestedResponse.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConfigReader.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConfigReader.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConfigReader.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FileUtilities.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FileUtilities.java 57
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMUResource.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMUResource.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMUResource.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMUResource.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMUResource.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMUResource.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMUResource.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMUResource.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMUResource.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMUResource.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMUResource.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LogHandler.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketDataFetcher.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ParamUtils.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium StringConstants.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium StringConstants.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium StringConstants.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium StringConstants.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium StringConstants.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium StringConstants.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium StringConstants.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium StringConstants.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AsyncCaller.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AsyncCaller.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Base16Encoder.java 4
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ClientCommunicator.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ClientCommunicator.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ClientCommunicator.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CommonClass.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium configReader.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium configReader.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium configReader.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConsumerThread.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConsumerThread.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConsumerThread.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConsumerThread.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConsumerThread.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConsumerThread.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 49
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 50
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 51
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMUUtils.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMUUtils.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium mandatoryItems.java 5
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium mandatoryItems.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium mandatoryItems.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium mandatoryItems.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MyLogger.java 8
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium PacketConsumer.java 63
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 66
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 67
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 68
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 69
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 70
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 71
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 72
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 73
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 74
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 75
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 76
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 77
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 78
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 79
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 80
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 85
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 86
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 87
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 88
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 90
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium packetHandler.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium packetHandler.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium packetHandler.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium QueueAllocator.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium QueueAllocator.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium QueueAllocator.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium QueueAllocator.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium recieveThread.java 51
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium recieveThread.java 52
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium recieveThread.java 53
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RecieveThreadDummy.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium sendMessage.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TestClient.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TestClient.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TestClient.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TimerTask1.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TimerTask1.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TimerTask1.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TimerTask1.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TimerTask1.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerHandler.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerHandler.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerMINA.java 52
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerMINA.java 53
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerMINA.java 56
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerMINA.java 57
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerMINA.java 58
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerMINA.java 59
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerMINA.java 61
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerMINA.java 63
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WSClient.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WSClient.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WSClient.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WSClient.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WSClient.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WSClient.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WSClient.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WSClient.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WSClient.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WSClient.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WSClient.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WSThread.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WSThread.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccumulatorRef.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Accounts.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Accounts.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _AccumulatorRef.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _AccumulatorRef.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _CharityBarometer.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _CharityBarometer.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _CharityBarometer.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _CharityBarometer.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Configurations.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Configurations.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FenceHistory.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FenceHistory.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FenceHistory.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FenceHistory.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FenceHistory.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FenceHistory.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FenceHistory.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FrequentTravellerDetails.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FrequentTravellerDetails.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FrequentTravellerDetails.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FrequentTripDetails.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FrequentTripDetails.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FrequentTripDetails.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FrequentTripDetails.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _GeovehicleMap.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _GeovehicleMap.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _GeovehicleMap.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _GeovehicleMap.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Notification.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Notification.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Notification.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Notification.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Notification.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _PickupPoints.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _PickupPoints.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _PickupPoints.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _PickupPoints.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _ReportRef.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _ReportRef.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _ReportRef.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _ReportRef.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _SavingStatus.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _SavingStatus.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _SavingStatus.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _SavingStatus.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _SavingStatus.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _SavingStatus.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _SavingStatus.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Speedparameter.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Speedparameter.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Speedparameter.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Speedparameter.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripMsgParams.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripMsgParams.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripMsgParams.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripMsgParams.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripMsgParams.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripMsgParams.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 49
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 51
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 52
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 53
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripScraps.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripScraps.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripScraps.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripScraps.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripVehicleMap.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripVehicleMap.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripVehicleMap.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 49
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 50
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 51
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 52
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 53
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 54
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 55
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 56
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 57
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 58
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 59
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 60
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 61
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 63
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserGeofenceMap.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserGeofenceMap.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserGeofenceMap.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserLandmarks.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserLandmarks.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserLandmarks.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserLandmarks.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserLandmarks.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserLandmarks.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreference.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreference.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreference.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreference.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreference.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleGroup.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleGroup.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleGroup.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleGroup.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleGroup.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Configurations.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMU4100Map.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMU4100Map.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ReportRef.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMU4100Map.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripParameters.java 72
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripParameters.java 73
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripParameters.java 74
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripParameters.java 75
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripParameters.java 76
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleDetails.java 13
 
Violation Recommendation Severity Resource Line
Creation of unbuffered java.io.ByteArrayOutputStream Wrap the creation of the java.io.ByteArrayOutputStream inside the creation of a java.io.BufferedOutputStream. Medium LogHandler.java 20
Creation of unbuffered java.io.StringReader Wrap the creation of the java.io.StringReader inside the creation of a java.io.BufferedReader. Medium LMUUtils.java 197
Creation of unbuffered java.io.StringReader Wrap the creation of the java.io.StringReader inside the creation of a java.io.BufferedReader. Medium LMUUtils.java 199
Creation of unbuffered java.io.FileReader Wrap the creation of the java.io.FileReader inside the creation of a java.io.BufferedReader. Medium UDPClient.java 69
Creation of unbuffered java.io.FileReader Wrap the creation of the java.io.FileReader inside the creation of a java.io.BufferedReader. Medium UDPClient.java 88
 
Violation Recommendation Severity Resource Line
Missing Javadoc comment for method "CategoryReader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CategoryReader.java 30
Missing Javadoc comment for method "getInstance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CategoryReader.java 34
Missing Javadoc comment for method "loadConfiguration" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CategoryReader.java 41
Missing Javadoc comment for method "getConfigData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CategoryReader.java 56
Missing Javadoc comment for method "getParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CorrectorVO.java 6
Missing Javadoc comment for method "setParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CorrectorVO.java 9
Missing Javadoc comment for method "getParam" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CorrectorVO.java 12
Missing Javadoc comment for method "setParam" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CorrectorVO.java 15
Missing Javadoc comment for method "evaluate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DirectParamEvaluator.java 20
Missing Javadoc comment for method "setIgnoreException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DirectParamEvaluator.java 74
Missing Javadoc comment for method "getIgnoreException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DirectParamEvaluator.java 77
Missing Javadoc comment for method "maskPacket" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DriftMasker.java 31
Missing Javadoc comment for method "ExpReader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpReader.java 31
Missing Javadoc comment for method "getInstance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpReader.java 35
Missing Javadoc comment for method "loadConfiguration" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpReader.java 42
Missing Javadoc comment for method "getConfigData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpReader.java 59
Missing Javadoc comment for method "getLocHparam" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionDecoder.java 26
Missing Javadoc comment for method "setLocHparam" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionDecoder.java 29
Missing Javadoc comment for method "ExpressionDecoder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionDecoder.java 33
Missing Javadoc comment for method "constructExpression" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionDecoder.java 38
Missing Javadoc comment for method "replaceCharWithVal" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionDecoder.java 78
Missing Javadoc comment for method "executeCase" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionDecoder.java 85
Missing Javadoc comment for method "evaluateExpression" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionHandler.java 20
Missing Javadoc comment for method "getExpressionValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionHandler.java 48
Missing Javadoc comment for method "evaluate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IPacketObserver.java 11
Missing Javadoc comment for method "setIgnoreException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IPacketObserver.java 12
Missing Javadoc comment for method "getIgnoreException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IPacketObserver.java 13
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RuleVO.java 14
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RuleVO.java 17
Missing Javadoc comment for method "getCondition" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RuleVO.java 20
Missing Javadoc comment for method "setCondition" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RuleVO.java 23
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorDetails.java 15
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorDetails.java 19
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorDetails.java 22
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorDetails.java 26
Missing Javadoc comment for method "isIgnoreExceptionFlag" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorDetails.java 30
Missing Javadoc comment for method "setIgnoreExceptionFlag" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorDetails.java 34
Missing Javadoc comment for method "ValidatorReader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorReader.java 34
Missing Javadoc comment for method "getInstance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorReader.java 38
Missing Javadoc comment for method "loadConfiguration" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorReader.java 45
Missing Javadoc comment for method "getConfigData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorReader.java 103
Missing Javadoc comment for method "WhetherInterseted" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GpsWebserviceClient.java 29
Missing Javadoc comment for method "inOrOut" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GpsWebserviceClient.java 34
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GpsWebserviceClient.java 58
Missing @return tag for getVehicleId Run the Javadoc Repair tool on this method to add the missing @return tag. Medium MobileAlert.java 69
Missing @param tag for value in setVehicleId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium MobileAlert.java 78
Missing @return tag for getPort Run the Javadoc Repair tool on this method to add the missing @return tag. Medium MobileAlert.java 229
Missing @param tag for value in setPort Run the Javadoc Repair tool on this method to add the missing @param tag. Medium MobileAlert.java 238
Missing @return tag for getPort Run the Javadoc Repair tool on this method to add the missing @return tag. Medium MobileAlertMessage.java 126
Missing @param tag for value in setPort Run the Javadoc Repair tool on this method to add the missing @param tag. Medium MobileAlertMessage.java 135
Missing @return tag for getOut Run the Javadoc Repair tool on this method to add the missing @return tag. Medium MobileAlertMessageResponse.java 41
Missing @param tag for value in setOut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium MobileAlertMessageResponse.java 50
Missing @return tag for getOut Run the Javadoc Repair tool on this method to add the missing @return tag. Medium MobileAlertResponse.java 41
Missing @param tag for value in setOut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium MobileAlertResponse.java 50
Missing @return tag for createMobileAlertMessageResponse Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 35
Missing @return tag for createWhetherInterested Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 43
Missing @return tag for createPointInPolygonResponse Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 53
Missing @return tag for createMobileAlertMessage Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 61
Missing @return tag for createPointInPolygon Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 69
Missing @return tag for createWhetherInterestedResponse Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 77
Missing @return tag for getVehicleId Run the Javadoc Repair tool on this method to add the missing @return tag. Medium PointInPolygon.java 55
Missing @param tag for value in setVehicleId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium PointInPolygon.java 64
Missing @return tag for getLat Run the Javadoc Repair tool on this method to add the missing @return tag. Medium PointInPolygon.java 71
Missing @param tag for value in setLat Run the Javadoc Repair tool on this method to add the missing @param tag. Medium PointInPolygon.java 80
Missing @return tag for getLan Run the Javadoc Repair tool on this method to add the missing @return tag. Medium PointInPolygon.java 87
Missing @param tag for value in setLan Run the Javadoc Repair tool on this method to add the missing @param tag. Medium PointInPolygon.java 96
Missing @return tag for isOut Run the Javadoc Repair tool on this method to add the missing @return tag. Medium PointInPolygonResponse.java 41
Missing @param tag for value in setOut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium PointInPolygonResponse.java 50
Missing Javadoc comment for method "PolygonRegion_Service" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PolygonRegion_Service.java 39
Missing Javadoc comment for method "PolygonRegion_Service" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PolygonRegion_Service.java 43
Missing @return tag for getVehicleId Run the Javadoc Repair tool on this method to add the missing @return tag. Medium UpdateRfidHistory.java 59
Missing @param tag for value in setVehicleId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium UpdateRfidHistory.java 68
Missing @return tag for getLat Run the Javadoc Repair tool on this method to add the missing @return tag. Medium UpdateRfidHistory.java 99
Missing @param tag for value in setLat Run the Javadoc Repair tool on this method to add the missing @param tag. Medium UpdateRfidHistory.java 108
Missing @return tag for getLon Run the Javadoc Repair tool on this method to add the missing @return tag. Medium UpdateRfidHistory.java 115
Missing @param tag for value in setLon Run the Javadoc Repair tool on this method to add the missing @param tag. Medium UpdateRfidHistory.java 124
Missing @return tag for getVehicleId Run the Javadoc Repair tool on this method to add the missing @return tag. Medium WhetherInterested.java 55
Missing @param tag for value in setVehicleId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium WhetherInterested.java 64
Missing @return tag for getLat Run the Javadoc Repair tool on this method to add the missing @return tag. Medium WhetherInterested.java 71
Missing @param tag for value in setLat Run the Javadoc Repair tool on this method to add the missing @param tag. Medium WhetherInterested.java 80
Missing @return tag for getLan Run the Javadoc Repair tool on this method to add the missing @return tag. Medium WhetherInterested.java 87
Missing @param tag for value in setLan Run the Javadoc Repair tool on this method to add the missing @param tag. Medium WhetherInterested.java 96
Missing @return tag for isOut Run the Javadoc Repair tool on this method to add the missing @return tag. Medium WhetherInterestedResponse.java 41
Missing @param tag for value in setOut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium WhetherInterestedResponse.java 50
Missing Javadoc comment for method "loadConfiguration" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ConfigReader.java 23
Missing Javadoc comment for method "getConfigData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ConfigReader.java 25
Missing Javadoc comment for method "getXMLDoc" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FileUtilities.java 31
Missing Javadoc comment for method "readNode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FileUtilities.java 58
Missing Javadoc comment for method "getNodeName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FileUtilities.java 70
Missing @return tag for loadResource Run the Javadoc Repair tool on this method to add the missing @return tag. Medium LMUResource.java 36
Missing Javadoc comment for method "getNumberOfQueues" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 66
Missing Javadoc comment for method "setNumberOfQueues" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 69
Missing Javadoc comment for method "getQueueName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 72
Missing Javadoc comment for method "setQueueName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 75
Missing Javadoc comment for method "getServerUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 78
Missing Javadoc comment for method "setServerUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 81
Missing Javadoc comment for method "getQueueThreshold" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 84
Missing Javadoc comment for method "setQueueThreshold" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 87
Missing Javadoc comment for method "getJmxServiceUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 90
Missing Javadoc comment for method "setJmxServiceUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 93
Missing Javadoc comment for method "getRefreshInterval" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 96
Missing Javadoc comment for method "setRefreshInterval" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 99
Missing Javadoc comment for method "getAcknowledgeType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 102
Missing Javadoc comment for method "setAcknowledgeType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 105
Missing Javadoc comment for method "getServiceType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 108
Missing Javadoc comment for method "setServiceType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUResource.java 111
Missing Javadoc comment for method "handleResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogHandler.java 13
Missing Javadoc comment for method "handleRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogHandler.java 16
Missing Javadoc comment for method "logSOAPMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogHandler.java 19
Missing Javadoc comment for method "getLastKnownInfo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketDataFetcher.java 32
Missing Javadoc comment for method "getPrevParamValsEsn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketDataFetcher.java 52
Missing Javadoc comment for method "parseResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketDataFetcher.java 70
Missing Javadoc comment for method "replaceParamByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ParamUtils.java 20
Missing Javadoc comment for method "arlSplit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ParamUtils.java 42
Missing Javadoc comment for method "getValidatorByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorFactory.java 15
Missing Javadoc comment for method "load" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AlertManager.java 24
Missing Javadoc comment for method "isToSend" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AlertManager.java 35
Missing Javadoc comment for method "Alert" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AlertManager.java 47
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AlertManager.java 73
Missing Javadoc comment for method "AsyncCaller" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AsyncCaller.java 32
Missing Javadoc comment for method "CallWS_Async" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AsyncCaller.java 38
Missing Javadoc comment for method "ProcessClient" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AsyncCaller.java 60
Missing @return tag for encode Run the Javadoc Repair tool on this method to add the missing @return tag. Medium Base16Encoder.java 10
Missing @param tag for byteArray in encode Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Base16Encoder.java 11
Missing @return tag for decode Run the Javadoc Repair tool on this method to add the missing @return tag. Medium Base16Encoder.java 21
Missing @param tag for s in decode Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Base16Encoder.java 22
Missing Javadoc comment for method "ClientCommunicator" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 28
Missing Javadoc comment for method "sendData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 61
Missing Javadoc comment for method "exceptionCaught" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 81
Missing Javadoc comment for method "messageReceived" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 87
Missing Javadoc comment for method "messageSent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 93
Missing Javadoc comment for method "sessionClosed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 98
Missing Javadoc comment for method "sessionCreated" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 103
Missing Javadoc comment for method "sessionIdle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 108
Missing Javadoc comment for method "sessionOpened" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 114
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 119
Missing Javadoc comment for method "CommonClass" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CommonClass.java 9
Missing Javadoc comment for method "GetPropertyFileObject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CommonClass.java 14
Missing Javadoc comment for method "GetPropertyValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CommonClass.java 23
Missing Javadoc comment for method "getOptionsHeader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium configReader.java 19
Missing Javadoc comment for method "getLMHeader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium configReader.java 62
Missing Javadoc comment for method "getLMContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium configReader.java 94
Missing Javadoc comment for method "ConsumerThread" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ConsumerThread.java 42
Missing Javadoc comment for method "run" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ConsumerThread.java 46
Missing @param tag for obsrvr in addObserver Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ConsumerThread.java 86
Missing Javadoc comment for method "deleteObserver" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ConsumerThread.java 97
Missing Javadoc comment for method "notifyObserver" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ConsumerThread.java 108
Missing @param tag for args in main Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ConsumerThread.java 163
Extra @return tag for update Run the Javadoc Repair tool on this method to remove the extra @return tag. Medium DBManager.java 55
Missing @param tag for lmuResource in update Run the Javadoc Repair tool on this method to add the missing @param tag. Medium DBManager.java 67
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DBManager.java 195
Missing Javadoc comment for method "update" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DBManager_PerfTest.java 13
Missing Javadoc comment for method "getActualTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 37
Missing Javadoc comment for method "hex2decimal" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 58
Missing Javadoc comment for method "decimal2hex" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 72
Missing Javadoc comment for method "identifySession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 83
Missing Javadoc comment for method "add2hour" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 105
Missing Javadoc comment for method "getResponseObject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 115
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 177
Missing Javadoc comment for method "parseResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 183
Missing Javadoc comment for method "identifyEvent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 213
Missing Javadoc comment for method "MyLogger" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MyLogger.java 13
Missing Javadoc comment for method "getMyLogger" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MyLogger.java 19
Missing Javadoc comment for method "console" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MyLogger.java 25
Missing Javadoc comment for method "SetConnProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketConsumer.java 92
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketConsumer.java 245
Missing Javadoc comment for method "fromHexString" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium packetHandler.java 20
Missing Javadoc comment for method "getHexString" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium packetHandler.java 39
Missing Javadoc comment for method "convertByteArrayToString" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium packetHandler.java 52
Missing Javadoc comment for method "processMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium packetHandler.java 63
Missing Javadoc comment for method "htReadOpHeader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium packetHandler.java 112
Missing Javadoc comment for method "htReadHeader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium packetHandler.java 226
Missing Javadoc comment for method "SetConnProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketProducer.java 49
Missing Javadoc comment for method "FindProducer" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketProducer.java 104
Missing Javadoc comment for method "SendPacket" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketProducer.java 133
Missing Javadoc comment for method "getProperties" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ProrpertiesManager.java 8
Missing Javadoc comment for method "QueueAllocator" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium QueueAllocator.java 32
Missing Javadoc comment for method "AllocateQueueCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium QueueAllocator.java 36
Missing Javadoc comment for method "AllocateQueue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium QueueAllocator.java 53
Missing Javadoc comment for method "FindProducer" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium QueueAllocator.java 68
Missing Javadoc comment for method "run" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium recieveThread.java 54
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium recieveThread.java 194
Missing Javadoc comment for method "putIntoQueue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RecieveThreadDummy.java 17
Missing Javadoc comment for method "sendData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium sendMessage.java 24
Missing Javadoc comment for method "sendAck" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium sendMessage.java 29
Missing Javadoc comment for method "socketSend" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium sendMessage.java 103
Missing Javadoc comment for method "putValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium sendMessage.java 106
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium sendMessage.java 142
Missing Javadoc comment for method "TestClient" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 25
Missing Javadoc comment for method "sendData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 60
Missing Javadoc comment for method "exceptionCaught" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 82
Missing Javadoc comment for method "messageReceived" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 88
Missing Javadoc comment for method "messageSent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 101
Missing Javadoc comment for method "sessionClosed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 106
Missing Javadoc comment for method "sessionCreated" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 111
Missing Javadoc comment for method "sessionIdle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 116
Missing Javadoc comment for method "sessionOpened" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 122
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 128
Missing Javadoc comment for method "TimerTask1" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TimerTask1.java 19
Missing Javadoc comment for method "run" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TimerTask1.java 27
Missing Javadoc comment for method "UDPClient" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPClient.java 32
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPClient.java 39
Missing Javadoc comment for method "AssignPckt" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPClient.java 58
Missing Javadoc comment for method "AllocatePckt" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPClient.java 133
Missing Javadoc comment for method "run" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPClient.java 149
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServer.java 11
Missing Javadoc comment for method "fromByte" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServer.java 37
Missing Javadoc comment for method "UDPServerHandler" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 23
Missing Javadoc comment for method "exceptionCaught" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 31
Missing Javadoc comment for method "messageSent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 40
Missing Javadoc comment for method "sessionClosed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 48
Missing Javadoc comment for method "sessionCreated" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 57
Missing Javadoc comment for method "sessionIdle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 65
Missing Javadoc comment for method "sessionOpened" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 74
Missing Javadoc comment for method "messageReceived" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 82
Missing Javadoc comment for method "UDPServerMINA" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerMINA.java 65
Missing Javadoc comment for method "recvUpdate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerMINA.java 94
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerMINA.java 122
Missing Javadoc comment for method "callWS" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium WSClient.java 35
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium WSClient.java 75
Missing Javadoc comment for method "run" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium WSThread.java 40
Missing Javadoc comment for method "loadAccumData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccumulatorRef.java 18
Missing Javadoc comment for method "setCreditLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Accounts.java 17
Missing Javadoc comment for method "getCreditLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Accounts.java 20
Missing Javadoc comment for method "setSmsSent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Accounts.java 24
Missing Javadoc comment for method "getSmsSent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Accounts.java 27
Missing Javadoc comment for method "setAccum" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _AccumulatorRef.java 10
Missing Javadoc comment for method "getAccum" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _AccumulatorRef.java 13
Missing Javadoc comment for method "setReference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _AccumulatorRef.java 17
Missing Javadoc comment for method "getReference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _AccumulatorRef.java 20
Missing Javadoc comment for method "setCurrent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _CharityBarometer.java 21
Missing Javadoc comment for method "getCurrent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _CharityBarometer.java 24
Missing Javadoc comment for method "setTarget" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _CharityBarometer.java 28
Missing Javadoc comment for method "getTarget" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _CharityBarometer.java 31
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _CharityBarometer.java 35
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _CharityBarometer.java 39
Missing Javadoc comment for method "setConfigName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Configurations.java 11
Missing Javadoc comment for method "getConfigName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Configurations.java 14
Missing Javadoc comment for method "setConfigValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Configurations.java 18
Missing Javadoc comment for method "getConfigValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Configurations.java 21
Missing Javadoc comment for method "setAliasName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 31
Missing Javadoc comment for method "getAliasName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 34
Missing Javadoc comment for method "setEnableStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 38
Missing Javadoc comment for method "getEnableStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 41
Missing Javadoc comment for method "setFirmwareVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 45
Missing Javadoc comment for method "getFirmwareVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 48
Missing Javadoc comment for method "setImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 52
Missing Javadoc comment for method "getImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 55
Missing Javadoc comment for method "setInuseStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 59
Missing Javadoc comment for method "getInuseStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 62
Missing Javadoc comment for method "setLastKnownIp" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 66
Missing Javadoc comment for method "getLastKnownIp" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 69
Missing Javadoc comment for method "setLastPacketReceivedTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 73
Missing Javadoc comment for method "getLastPacketReceivedTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 76
Missing Javadoc comment for method "setMobileNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 80
Missing Javadoc comment for method "getMobileNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 83
Missing Javadoc comment for method "setWorkStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 87
Missing Javadoc comment for method "getWorkStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 90
Missing Javadoc comment for method "addToVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 94
Missing Javadoc comment for method "removeFromVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 97
Missing Javadoc comment for method "getVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 100
Missing Javadoc comment for method "setCarRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 28
Missing Javadoc comment for method "getCarRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 31
Missing Javadoc comment for method "setComment" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 35
Missing Javadoc comment for method "getComment" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 38
Missing Javadoc comment for method "setDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 42
Missing Javadoc comment for method "getDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 45
Missing Javadoc comment for method "setDriveRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 49
Missing Javadoc comment for method "getDriveRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 52
Missing Javadoc comment for method "setTripRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 56
Missing Javadoc comment for method "getTripRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 59
Missing Javadoc comment for method "setToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 63
Missing Javadoc comment for method "getToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 67
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 72
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 76
Missing Javadoc comment for method "setEvenSms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 26
Missing Javadoc comment for method "getEvenSms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 29
Missing Javadoc comment for method "setEvenSpotOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 33
Missing Javadoc comment for method "getEvenSpotOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 36
Missing Javadoc comment for method "setMonSms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 40
Missing Javadoc comment for method "getMonSms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 43
Missing Javadoc comment for method "setMonSpotOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 47
Missing Javadoc comment for method "getMonSpotOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 50
Missing Javadoc comment for method "setSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 54
Missing Javadoc comment for method "getSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 57
Missing Javadoc comment for method "setToGeofence" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 61
Missing Javadoc comment for method "getToGeofence" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 65
Missing Javadoc comment for method "setToTripTravelerDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FrequentTravellerDetails.java 20
Missing Javadoc comment for method "getToTripTravelerDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FrequentTravellerDetails.java 24
Missing Javadoc comment for method "setTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FrequentTripDetails.java 21
Missing Javadoc comment for method "getTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FrequentTripDetails.java 24
Missing Javadoc comment for method "setToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FrequentTripDetails.java 28
Missing Javadoc comment for method "getToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FrequentTripDetails.java 32
Missing Javadoc comment for method "setAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 35
Missing Javadoc comment for method "getAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 38
Missing Javadoc comment for method "setCountryCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 42
Missing Javadoc comment for method "getCountryCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 45
Missing Javadoc comment for method "setGeoLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 49
Missing Javadoc comment for method "getGeoLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 52
Missing Javadoc comment for method "setGeoLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 56
Missing Javadoc comment for method "getGeoLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 59
Missing Javadoc comment for method "setGeoName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 63
Missing Javadoc comment for method "getGeoName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 66
Missing Javadoc comment for method "setGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 70
Missing Javadoc comment for method "getGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 73
Missing Javadoc comment for method "setInsertOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 77
Missing Javadoc comment for method "getInsertOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 80
Missing Javadoc comment for method "setRadius" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 84
Missing Javadoc comment for method "getRadius" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 87
Missing Javadoc comment for method "addToFenceHistoryArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 91
Missing Javadoc comment for method "removeFromFenceHistoryArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 94
Missing Javadoc comment for method "getFenceHistoryArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 97
Missing Javadoc comment for method "setToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 103
Missing Javadoc comment for method "getToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 107
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 112
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 116
Missing Javadoc comment for method "addToUserGeofenceMapArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 121
Missing Javadoc comment for method "removeFromUserGeofenceMapArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 124
Missing Javadoc comment for method "getUserGeofenceMapArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 127
Missing Javadoc comment for method "setGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _GeovehicleMap.java 24
Missing Javadoc comment for method "getGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _GeovehicleMap.java 27
Missing Javadoc comment for method "addToNotificationArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _GeovehicleMap.java 31
Missing Javadoc comment for method "removeFromNotificationArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _GeovehicleMap.java 34
Missing Javadoc comment for method "getNotificationArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _GeovehicleMap.java 37
Missing Javadoc comment for method "setToVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _GeovehicleMap.java 43
Missing Javadoc comment for method "getToVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _GeovehicleMap.java 47
Missing Javadoc comment for method "setIsread" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 27
Missing Javadoc comment for method "getIsread" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 30
Missing Javadoc comment for method "setMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 34
Missing Javadoc comment for method "getMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 37
Missing Javadoc comment for method "setSenderUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 41
Missing Javadoc comment for method "getSenderUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 44
Missing Javadoc comment for method "setSendingDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 48
Missing Javadoc comment for method "getSendingDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 51
Missing Javadoc comment for method "setSubject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 55
Missing Javadoc comment for method "getSubject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 58
Missing Javadoc comment for method "setTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 62
Missing Javadoc comment for method "getTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 65
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 69
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 73
Missing Javadoc comment for method "setMobileNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 22
Missing Javadoc comment for method "getMobileNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 25
Missing Javadoc comment for method "setNotifyAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 29
Missing Javadoc comment for method "getNotifyAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 32
Missing Javadoc comment for method "setNotifyName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 36
Missing Javadoc comment for method "getNotifyName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 39
Missing Javadoc comment for method "setToGeovehicleMap" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 43
Missing Javadoc comment for method "getToGeovehicleMap" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 47
Missing Javadoc comment for method "setCity" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 33
Missing Javadoc comment for method "getCity" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 36
Missing Javadoc comment for method "setCountry" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 40
Missing Javadoc comment for method "getCountry" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 43
Missing Javadoc comment for method "setEmail" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 47
Missing Javadoc comment for method "getEmail" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 50
Missing Javadoc comment for method "setHeadName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 54
Missing Javadoc comment for method "getHeadName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 57
Missing Javadoc comment for method "setNoOfBuses" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 61
Missing Javadoc comment for method "getNoOfBuses" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 64
Missing Javadoc comment for method "setNoOfStudents" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 68
Missing Javadoc comment for method "getNoOfStudents" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 71
Missing Javadoc comment for method "setOrgStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 75
Missing Javadoc comment for method "getOrgStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 78
Missing Javadoc comment for method "setOrganizationName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 82
Missing Javadoc comment for method "getOrganizationName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 85
Missing Javadoc comment for method "setSmsStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 89
Missing Javadoc comment for method "getSmsStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 92
Missing Javadoc comment for method "setState" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 96
Missing Javadoc comment for method "getState" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 99
Missing Javadoc comment for method "addToUserDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 103
Missing Javadoc comment for method "removeFromUserDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 106
Missing Javadoc comment for method "getUserDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 109
Missing Javadoc comment for method "addToVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 115
Missing Javadoc comment for method "removeFromVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 118
Missing Javadoc comment for method "getVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 121
Missing Javadoc comment for method "setLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _PickupPoints.java 21
Missing Javadoc comment for method "getLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _PickupPoints.java 24
Missing Javadoc comment for method "setLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _PickupPoints.java 28
Missing Javadoc comment for method "getLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _PickupPoints.java 31
Missing Javadoc comment for method "setToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _PickupPoints.java 35
Missing Javadoc comment for method "getToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _PickupPoints.java 39
Missing Javadoc comment for method "getEventcode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _ReportRef.java 27
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _ReportRef.java 30
Missing Javadoc comment for method "getCategory" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _ReportRef.java 33
Missing Javadoc comment for method "setEventcode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _ReportRef.java 37
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _ReportRef.java 40
Missing Javadoc comment for method "setCategory" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _ReportRef.java 43
Missing Javadoc comment for method "setAcknowledgetype" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _ReportRef.java 47
Missing Javadoc comment for method "getAcknowledgetype" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _ReportRef.java 50
Missing Javadoc comment for method "setCo2Save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 26
Missing Javadoc comment for method "getCo2Save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 29
Missing Javadoc comment for method "setLastUpdateTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 33
Missing Javadoc comment for method "getLastUpdateTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 36
Missing Javadoc comment for method "setMoneySave" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 40
Missing Javadoc comment for method "getMoneySave" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 43
Missing Javadoc comment for method "setPetrolSave" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 47
Missing Javadoc comment for method "getPetrolSave" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 50
Missing Javadoc comment for method "setTotKms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 54
Missing Javadoc comment for method "getTotKms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 57
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 61
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 65
Missing Javadoc comment for method "setColourcode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Speedparameter.java 21
Missing Javadoc comment for method "getColourcode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Speedparameter.java 24
Missing Javadoc comment for method "setParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Speedparameter.java 28
Missing Javadoc comment for method "getParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Speedparameter.java 31
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Speedparameter.java 35
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Speedparameter.java 39
Missing Javadoc comment for method "setMsgId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 23
Missing Javadoc comment for method "getMsgId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 26
Missing Javadoc comment for method "setMsgLength" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 30
Missing Javadoc comment for method "getMsgLength" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 33
Missing Javadoc comment for method "setMsgRoute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 37
Missing Javadoc comment for method "getMsgRoute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 40
Missing Javadoc comment for method "setUserMsg" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 44
Missing Javadoc comment for method "getUserMsg" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 47
Missing Javadoc comment for method "setToTripParameters" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 51
Missing Javadoc comment for method "getToTripParameters" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 55
Missing Javadoc comment for method "getStatusProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 59
Missing Javadoc comment for method "setStatusProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 63
Missing Javadoc comment for method "getCorrectionFactor" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 67
Missing Javadoc comment for method "setCorrectionFactor" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 71
Missing @param tag for distance in setDistance Run the Javadoc Repair tool on this method to add the missing @param tag. Medium _TripParameters.java 76
Missing Javadoc comment for method "getDistance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 80
Missing Javadoc comment for method "setToVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 85
Missing Javadoc comment for method "getToVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 88
Missing Javadoc comment for method "setAltitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 99
Missing Javadoc comment for method "getAltitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 102
Missing Javadoc comment for method "setBatteryStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 106
Missing Javadoc comment for method "getBatteryStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 109
Missing Javadoc comment for method "setBrake" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 113
Missing Javadoc comment for method "getBrake" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 116
Missing Javadoc comment for method "setEventCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 119
Missing Javadoc comment for method "getEventCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 122
Missing Javadoc comment for method "setBrakelightStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 126
Missing Javadoc comment for method "getBrakelightStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 129
Missing Javadoc comment for method "setCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 133
Missing Javadoc comment for method "getCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 136
Missing Javadoc comment for method "setDbInsertTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 139
Missing Javadoc comment for method "getDbInsertTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 142
Missing Javadoc comment for method "setEngineStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 146
Missing Javadoc comment for method "getEngineStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 149
Missing Javadoc comment for method "setFuelContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 153
Missing Javadoc comment for method "getFuelContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 156
Missing Javadoc comment for method "setHeading" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 160
Missing Javadoc comment for method "getHeading" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 163
Missing Javadoc comment for method "setLattitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 167
Missing Javadoc comment for method "getLattitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 170
Missing Javadoc comment for method "setLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 174
Missing Javadoc comment for method "getLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 177
Missing Javadoc comment for method "setOilPreassure" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 181
Missing Javadoc comment for method "getOilPreassure" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 184
Missing Javadoc comment for method "setDrivingSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 24
Missing Javadoc comment for method "getDrivingSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 27
Missing Javadoc comment for method "setGenderPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 31
Missing Javadoc comment for method "getGenderPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 34
Missing Javadoc comment for method "setMusic" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 38
Missing Javadoc comment for method "getMusic" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 41
Missing Javadoc comment for method "setPets" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 45
Missing Javadoc comment for method "getPets" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 48
Missing Javadoc comment for method "setReturnTimeFlex" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 52
Missing Javadoc comment for method "getReturnTimeFlex" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 55
Missing Javadoc comment for method "setSmoking" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 59
Missing Javadoc comment for method "getSmoking" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 62
Missing Javadoc comment for method "setStartTimeFlex" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 66
Missing Javadoc comment for method "getStartTimeFlex" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 69
Missing Javadoc comment for method "setTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 73
Missing Javadoc comment for method "getTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 76
Missing Javadoc comment for method "setMessages" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripScraps.java 21
Missing Javadoc comment for method "getMessages" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripScraps.java 24
Missing Javadoc comment for method "setUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripScraps.java 28
Missing Javadoc comment for method "getUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripScraps.java 31
Missing Javadoc comment for method "setToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripScraps.java 35
Missing Javadoc comment for method "getToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripScraps.java 39
Missing Javadoc comment for method "setCoPassengerRelationship" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 37
Missing Javadoc comment for method "getCoPassengerRelationship" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 40
Missing Javadoc comment for method "setDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 44
Missing Javadoc comment for method "getDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 47
Missing Javadoc comment for method "setGender" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 51
Missing Javadoc comment for method "getGender" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 54
Missing Javadoc comment for method "setGenderCopy" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 58
Missing Javadoc comment for method "getGenderCopy" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 61
Missing Javadoc comment for method "setIsreturn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 65
Missing Javadoc comment for method "getIsreturn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 68
Missing Javadoc comment for method "setMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 72
Missing Javadoc comment for method "getMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 75
Missing Javadoc comment for method "setMessageSubject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 79
Missing Javadoc comment for method "getMessageSubject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 82
Missing Javadoc comment for method "setRole" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 86
Missing Javadoc comment for method "getRole" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 89
Missing Javadoc comment for method "setSeatsRequested" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 93
Missing Javadoc comment for method "getSeatsRequested" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 96
Missing Javadoc comment for method "setStartTimeFlexibility" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 100
Missing Javadoc comment for method "getStartTimeFlexibility" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 103
Missing Javadoc comment for method "setTravellerFrequency" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 107
Missing Javadoc comment for method "getTravellerFrequency" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 110
Missing Javadoc comment for method "setUserStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 114
Missing Javadoc comment for method "getUserStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 117
Missing Javadoc comment for method "setUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 121
Missing Javadoc comment for method "getUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 124
Missing Javadoc comment for method "addToFrequentTravellerDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 128
Missing Javadoc comment for method "removeFromFrequentTravellerDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 131
Missing Javadoc comment for method "getFrequentTravellerDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 134
Missing Javadoc comment for method "setToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 140
Missing Javadoc comment for method "getToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 144
Missing Javadoc comment for method "setToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripVehicleMap.java 21
Missing Javadoc comment for method "getToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripVehicleMap.java 25
Missing Javadoc comment for method "setToVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripVehicleMap.java 30
Missing Javadoc comment for method "getToVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripVehicleMap.java 34
Missing Javadoc comment for method "setAccCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 38
Missing Javadoc comment for method "getAccCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 41
Missing Javadoc comment for method "setAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 45
Missing Javadoc comment for method "getAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 48
Missing Javadoc comment for method "setAge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 52
Missing Javadoc comment for method "getAge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 55
Missing Javadoc comment for method "setFirstname" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 59
Missing Javadoc comment for method "getFirstname" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 62
Missing Javadoc comment for method "setLastLoginTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 66
Missing Javadoc comment for method "getLastLoginTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 69
Missing Javadoc comment for method "setLastUpdateTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 73
Missing Javadoc comment for method "getLastUpdateTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 76
Missing Javadoc comment for method "setLastname" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 80
Missing Javadoc comment for method "getLastname" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 83
Missing Javadoc comment for method "setLoginName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 87
Missing Javadoc comment for method "getLoginName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 90
Missing Javadoc comment for method "setMailid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 94
Missing Javadoc comment for method "getMailid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 97
Missing Javadoc comment for method "setPassword" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 101
Missing Javadoc comment for method "getPassword" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 104
Missing Javadoc comment for method "setSecAnswer" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 108
Missing Javadoc comment for method "getSecAnswer" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 111
Missing Javadoc comment for method "setSecQuestion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 115
Missing Javadoc comment for method "getSecQuestion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 118
Missing Javadoc comment for method "setSex" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 122
Missing Javadoc comment for method "getSex" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 125
Missing Javadoc comment for method "setTimezone" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 129
Missing Javadoc comment for method "getTimezone" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 132
Missing Javadoc comment for method "addToUserPreferenceArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 136
Missing Javadoc comment for method "removeFromUserPreferenceArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 139
Missing Javadoc comment for method "getUserPreferenceArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 142
Missing Javadoc comment for method "addToVehicleArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 148
Missing Javadoc comment for method "removeFromVehicleArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 151
Missing Javadoc comment for method "getVehicleArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 154
Missing Javadoc comment for method "setAccCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserDetails.java 65
Missing Javadoc comment for method "getAccCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserDetails.java 68
Missing Javadoc comment for method "setAge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserDetails.java 72
Missing Javadoc comment for method "getAge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserDetails.java 75
Missing Javadoc comment for method "setToGeofence" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserGeofenceMap.java 21
Missing Javadoc comment for method "getToGeofence" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserGeofenceMap.java 25
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserGeofenceMap.java 30
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserGeofenceMap.java 34
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 23
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 26
Missing Javadoc comment for method "setLandmark" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 30
Missing Javadoc comment for method "getLandmark" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 33
Missing Javadoc comment for method "setLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 37
Missing Javadoc comment for method "getLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 40
Missing Javadoc comment for method "setLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 44
Missing Javadoc comment for method "getLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 47
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 51
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 55
Missing Javadoc comment for method "setGeozoneLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 22
Missing Javadoc comment for method "getGeozoneLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 25
Missing Javadoc comment for method "setSpeedLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 29
Missing Javadoc comment for method "getSpeedLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 32
Missing Javadoc comment for method "setStopLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 36
Missing Javadoc comment for method "getStopLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 39
Missing Javadoc comment for method "setToUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 43
Missing Javadoc comment for method "getToUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 47
Missing Javadoc comment for method "setDestination" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 34
Missing Javadoc comment for method "getDestination" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 37
Missing Javadoc comment for method "setDestinationLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 41
Missing Javadoc comment for method "getDestinationLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 44
Missing Javadoc comment for method "setDistancePreferenceStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 48
Missing Javadoc comment for method "getDistancePreferenceStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 51
Missing Javadoc comment for method "setDrivingPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 55
Missing Javadoc comment for method "getDrivingPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 58
Missing Javadoc comment for method "setEmailAlert" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 62
Missing Javadoc comment for method "getEmailAlert" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 65
Missing Javadoc comment for method "setGenderPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 69
Missing Javadoc comment for method "getGenderPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 72
Missing Javadoc comment for method "setRoleType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 76
Missing Javadoc comment for method "getRoleType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 79
Missing Javadoc comment for method "setSearchPreferenceStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 83
Missing Javadoc comment for method "getSearchPreferenceStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 86
Missing Javadoc comment for method "setSmokingPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 90
Missing Javadoc comment for method "getSmokingPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 93
Missing Javadoc comment for method "setSmsAlert" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 97
Missing Javadoc comment for method "getSmsAlert" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 100
Missing Javadoc comment for method "setSourceLocation" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 104
Missing Javadoc comment for method "getSourceLocation" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 107
Missing Javadoc comment for method "setSpeedLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 111
Missing Javadoc comment for method "getSpeedLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 114
Missing Javadoc comment for method "setStartDistanceLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 118
Missing Javadoc comment for method "getStartDistanceLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 121
Missing Javadoc comment for method "setStopLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 125
Missing Javadoc comment for method "getStopLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 128
Missing Javadoc comment for method "setTripFrequency" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 132
Missing Javadoc comment for method "getTripFrequency" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 135
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 139
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 143
Missing Javadoc comment for method "setColor" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 27
Missing Javadoc comment for method "getColor" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 30
Missing Javadoc comment for method "setCompanyName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 34
Missing Javadoc comment for method "getCompanyName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 37
Missing Javadoc comment for method "setImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 41
Missing Javadoc comment for method "getImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 44
Missing Javadoc comment for method "setModel" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 48
Missing Javadoc comment for method "getModel" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 51
Missing Javadoc comment for method "setRegNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 55
Missing Javadoc comment for method "getRegNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 58
Missing Javadoc comment for method "setVehicleDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 62
Missing Javadoc comment for method "getVehicleDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 65
Missing Javadoc comment for method "setToUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 69
Missing Javadoc comment for method "getToUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 73
Missing Javadoc comment for method "setToOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 76
Missing Javadoc comment for method "getToOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 80
Missing Javadoc comment for method "setAcStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 48
Missing Javadoc comment for method "getAcStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 51
Missing Javadoc comment for method "setAmFmStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 55
Missing Javadoc comment for method "getAmFmStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 58
Missing Javadoc comment for method "setCarMileage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 62
Missing Javadoc comment for method "getCarMileage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 65
Missing Javadoc comment for method "setCarType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 69
Missing Javadoc comment for method "getCarType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 72
Missing Javadoc comment for method "setCdDvdStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 76
Missing Javadoc comment for method "getCdDvdStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 79
Missing Javadoc comment for method "setColor" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 83
Missing Javadoc comment for method "getColor" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 86
Missing Javadoc comment for method "setCompanyName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 90
Missing Javadoc comment for method "getCompanyName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 93
Missing Javadoc comment for method "setImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 97
Missing Javadoc comment for method "getImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 100
Missing Javadoc comment for method "setMusicStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 104
Missing Javadoc comment for method "getMusicStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 107
Missing Javadoc comment for method "setRegNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 111
Missing Javadoc comment for method "getRegNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 114
Missing Javadoc comment for method "setRunningStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 118
Missing Javadoc comment for method "getRunningStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 121
Missing Javadoc comment for method "setTotalSeats" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 125
Missing Javadoc comment for method "getTotalSeats" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 128
Missing Javadoc comment for method "setUseStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 132
Missing Javadoc comment for method "getUseStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 135
Missing Javadoc comment for method "setVehicleName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 139
Missing Javadoc comment for method "getVehicleName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 142
Missing Javadoc comment for method "addToGeovehicleMapArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 146
Missing Javadoc comment for method "removeFromGeovehicleMapArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 149
Missing Javadoc comment for method "getGeovehicleMapArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 152
Missing Javadoc comment for method "setToDevice" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 158
Missing Javadoc comment for method "getToDevice" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 162
Missing Javadoc comment for method "setToOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 167
Missing Javadoc comment for method "getToOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 171
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 176
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 180
Missing Javadoc comment for method "setVehicleDesc" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 24
Missing Javadoc comment for method "getVehicleDesc" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 27
Missing Javadoc comment for method "setVehicleGroupName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 31
Missing Javadoc comment for method "getVehicleGroupName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 34
Missing Javadoc comment for method "setVehiclePurpose" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 38
Missing Javadoc comment for method "getVehiclePurpose" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 41
Missing Javadoc comment for method "addToVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 45
Missing Javadoc comment for method "removeFromVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 48
Missing Javadoc comment for method "getVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 51
Missing Javadoc comment for method "getConfigVal" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Configurations.java 15
Missing Javadoc comment for method "updateDevice" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 14
Missing Javadoc comment for method "findDeviceByMobileNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 25
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 46
Missing Javadoc comment for method "TripNotFoundException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripNotFoundException.java 5
Missing Javadoc comment for method "VehicleNotFoundException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleNotFoundException.java 5
Missing Javadoc comment for method "LMU4100Map" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMU4100Map.java 12
Missing Javadoc comment for method "getInstance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMU4100Map.java 14
Missing Javadoc comment for method "getDataContext" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMU4100Map.java 22
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMU4100Map.java 45
Missing Javadoc comment for method "getOrganizationId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Organization.java 6
Missing Javadoc comment for method "getCategoryAndEvent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ReportRef.java 33
Missing @return tag for getAcknowledgeEvents Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ReportRef.java 48
Missing @param tag for ctxt in getAcknowledgeEvents Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ReportRef.java 49
Missing @param tag for ackType in getAcknowledgeEvents Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ReportRef.java 50
Missing Javadoc comment for method "LMU4100Map" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMU4100Map.java 9
Missing Javadoc comment for method "getInstance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMU4100Map.java 11
Missing @return tag for getTripId Run the Javadoc Repair tool on this method to add the missing @return tag. Medium TripDetails.java 53
Missing @return tag for getTrip Run the Javadoc Repair tool on this method to add the missing @return tag. Medium TripDetails.java 59
Missing @param tag for mobileNumber in getTrip Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TripDetails.java 60
Missing @param tag for packetTime in getTrip Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TripDetails.java 60
Missing @param tag for ctxt in getTrip Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TripDetails.java 60
Missing @throws tag for Exception in getTrip Run the Javadoc Repair tool on this method to add the missing @throws tag. Medium TripDetails.java 60
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripDetails.java 175
Missing Javadoc comment for method "saveToTripMsgParams" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripMsgParams.java 20
Missing Javadoc comment for method "getPacketType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripParameters.java 78
Missing Javadoc comment for method "getUsrMsg" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripParameters.java 82
Missing Javadoc comment for method "getTripData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripParameters.java 86
Missing Javadoc comment for method "getTrip" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripParameters.java 102
Missing Javadoc comment for method "saveTripParameters" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripParameters.java 116
Missing Javadoc comment for method "getVehicleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleDetails.java 15
Missing Javadoc comment for method "getVehicleFromESN" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleDetails.java 21
Missing @return tag for createLMDirectLMHeader Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 42
Missing @return tag for createLMDirectLMHeaderParam Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 50
Missing @return tag for createLMDirectLMContentTypeParam Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 58
Missing @return tag for createLMDirect Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 66
Missing @return tag for createLMDirectOptionalHeaderParam Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 74
Missing @return tag for createLMDirectOptionalHeader Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 82
Missing @return tag for createLMDirectLMContentType Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 90
Missing @return tag for createLMDirectLMContent Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 98
Missing Javadoc comment for method "setSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 5
Missing Javadoc comment for method "getSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 6
Missing Javadoc comment for method "getOldSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 8
Missing Javadoc comment for method "setOldSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 9
Missing Javadoc comment for method "setParamValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 11
Missing Javadoc comment for method "getParamValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 12
Missing Javadoc comment for method "setPos" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 14
Missing Javadoc comment for method "getPos" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 15
Missing Javadoc comment for method "getOldPos" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 17
Missing Javadoc comment for method "setOldPos" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 18
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 20
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 22
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 23
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 25
 
Violation Recommendation Severity Resource Line
Expression needs parentheses Enclose the expression in parentheses. Medium DriftMasker.java 56
Expression needs parentheses Enclose the expression in parentheses. Medium DriftMasker.java 89
Expression needs parentheses Enclose the expression in parentheses. Medium DriftMasker.java 89
Expression needs parentheses Enclose the expression in parentheses. Medium ExpressionDecoder.java 48
Expression needs parentheses Enclose the expression in parentheses. Medium ExpressionDecoder.java 48
Expression needs parentheses Enclose the expression in parentheses. Medium LMUResource.java 46
Expression needs parentheses Enclose the expression in parentheses. Medium PacketDataFetcher.java 58
Expression needs parentheses Enclose the expression in parentheses. Medium PacketDataFetcher.java 58
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 26
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 27
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 27
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 29
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 29
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 31
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 31
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 33
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 33
Expression needs parentheses Enclose the expression in parentheses. Medium ConsumerThread.java 68
Expression needs parentheses Enclose the expression in parentheses. Medium ConsumerThread.java 127
Expression needs parentheses Enclose the expression in parentheses. Medium LMUUtils.java 65
Expression needs parentheses Enclose the expression in parentheses. Medium PacketConsumer.java 153
Expression needs parentheses Enclose the expression in parentheses. Medium PacketProducer.java 110
Expression needs parentheses Enclose the expression in parentheses. Medium PacketProducer.java 110
Expression needs parentheses Enclose the expression in parentheses. Medium PacketProducer.java 115
Expression needs parentheses Enclose the expression in parentheses. Medium PacketProducer.java 115
Expression needs parentheses Enclose the expression in parentheses. Medium QueueAllocator.java 74
Expression needs parentheses Enclose the expression in parentheses. Medium QueueAllocator.java 74
Expression needs parentheses Enclose the expression in parentheses. Medium QueueAllocator.java 80
Expression needs parentheses Enclose the expression in parentheses. Medium QueueAllocator.java 80
Expression needs parentheses Enclose the expression in parentheses. Medium sendMessage.java 45
Expression needs parentheses Enclose the expression in parentheses. Medium sendMessage.java 45
Expression needs parentheses Enclose the expression in parentheses. Medium sendMessage.java 125
Expression needs parentheses Enclose the expression in parentheses. Medium UDPClient.java 166
Expression needs parentheses Enclose the expression in parentheses. Medium Organization.java 7
Expression needs parentheses Enclose the expression in parentheses. Medium TripDetails.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium TripDetails.java 111
Expression needs parentheses Enclose the expression in parentheses. Medium TripDetails.java 135
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 152
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 152
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 195
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 346
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 346
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleDetails.java 16
 
Violation Recommendation Severity Resource Line
Missing Javadoc comment for type CategoryReader Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium CategoryReader.java 24
Missing Javadoc comment for type CorrectorVO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium CorrectorVO.java 3
Missing Javadoc comment for type DirectParamEvaluator Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DirectParamEvaluator.java 16
Missing Javadoc comment for type DriftMasker Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DriftMasker.java 23
Missing Javadoc comment for type ExpReader Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ExpReader.java 25
Missing Javadoc comment for type ExpressionDecoder Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ExpressionDecoder.java 19
Missing Javadoc comment for type ExpressionHandler Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ExpressionHandler.java 16
Missing Javadoc comment for type IPacketObserver Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium IPacketObserver.java 10
Missing Javadoc comment for type RuleVO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium RuleVO.java 11
Missing Javadoc comment for type ValidatorDetails Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ValidatorDetails.java 10
Missing Javadoc comment for type ValidatorReader Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ValidatorReader.java 28
Missing Javadoc comment for type GpsWebserviceClient Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium GpsWebserviceClient.java 21
Missing @author tag for type MobileAlert Run the Javadoc Repair tool on this type to add the missing @author tag. Medium MobileAlert.java 11
Missing @version tag for type MobileAlert Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MobileAlert.java 11
Missing @author tag for type MobileAlertMessage Run the Javadoc Repair tool on this type to add the missing @author tag. Medium MobileAlertMessage.java 11
Missing @version tag for type MobileAlertMessage Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MobileAlertMessage.java 11
Missing @author tag for type MobileAlertMessageResponse Run the Javadoc Repair tool on this type to add the missing @author tag. Medium MobileAlertMessageResponse.java 10
Missing @version tag for type MobileAlertMessageResponse Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MobileAlertMessageResponse.java 10
Missing @author tag for type MobileAlertResponse Run the Javadoc Repair tool on this type to add the missing @author tag. Medium MobileAlertResponse.java 10
Missing @version tag for type MobileAlertResponse Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MobileAlertResponse.java 10
Missing @author tag for type ObjectFactory Run the Javadoc Repair tool on this type to add the missing @author tag. Medium ObjectFactory.java 7
Missing @version tag for type ObjectFactory Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ObjectFactory.java 7
Missing @author tag for type PointInPolygon Run the Javadoc Repair tool on this type to add the missing @author tag. Medium PointInPolygon.java 13
Missing @version tag for type PointInPolygon Run the Javadoc Repair tool on this type to add the missing @version tag. Medium PointInPolygon.java 13
Missing @author tag for type PointInPolygonResponse Run the Javadoc Repair tool on this type to add the missing @author tag. Medium PointInPolygonResponse.java 10
Missing @version tag for type PointInPolygonResponse Run the Javadoc Repair tool on this type to add the missing @version tag. Medium PointInPolygonResponse.java 10
Missing @author tag for type PolygonRegion Run the Javadoc Repair tool on this type to add the missing @author tag. Medium PolygonRegion.java 16
Missing @version tag for type PolygonRegion Run the Javadoc Repair tool on this type to add the missing @version tag. Medium PolygonRegion.java 16
Missing @author tag for type PolygonRegion_Service Run the Javadoc Repair tool on this type to add the missing @author tag. Medium PolygonRegion_Service.java 15
Missing @version tag for type PolygonRegion_Service Run the Javadoc Repair tool on this type to add the missing @version tag. Medium PolygonRegion_Service.java 15
Missing @author tag for type UpdateRfidHistory Run the Javadoc Repair tool on this type to add the missing @author tag. Medium UpdateRfidHistory.java 13
Missing @version tag for type UpdateRfidHistory Run the Javadoc Repair tool on this type to add the missing @version tag. Medium UpdateRfidHistory.java 13
Missing @author tag for type UpdateRfidHistoryResponse Run the Javadoc Repair tool on this type to add the missing @author tag. Medium UpdateRfidHistoryResponse.java 10
Missing @version tag for type UpdateRfidHistoryResponse Run the Javadoc Repair tool on this type to add the missing @version tag. Medium UpdateRfidHistoryResponse.java 10
Missing @author tag for type WhetherInterested Run the Javadoc Repair tool on this type to add the missing @author tag. Medium WhetherInterested.java 13
Missing @version tag for type WhetherInterested Run the Javadoc Repair tool on this type to add the missing @version tag. Medium WhetherInterested.java 13
Missing @author tag for type WhetherInterestedResponse Run the Javadoc Repair tool on this type to add the missing @author tag. Medium WhetherInterestedResponse.java 10
Missing @version tag for type WhetherInterestedResponse Run the Javadoc Repair tool on this type to add the missing @version tag. Medium WhetherInterestedResponse.java 10
Missing @author tag for type ConfigReader Run the Javadoc Repair tool on this type to add the missing @author tag. Medium ConfigReader.java 10
Missing @version tag for type ConfigReader Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ConfigReader.java 10
Missing Javadoc comment for type FileUtilities Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FileUtilities.java 27
Unknown tag in Javadoc comment for type Run the Javadoc Repair tool on this method to remove the unknown tag. Medium LMUResource.java 16
Missing Javadoc comment for type LogHandler Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LogHandler.java 11
Missing Javadoc comment for type PacketDataFetcher Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium PacketDataFetcher.java 28
Missing Javadoc comment for type ParamUtils Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ParamUtils.java 17
Unknown tag in Javadoc comment for type Run the Javadoc Repair tool on this method to remove the unknown tag. Medium StringConstants.java 3
Missing @author tag for type ValidatorFactory Run the Javadoc Repair tool on this type to add the missing @author tag. Medium ValidatorFactory.java 5
Missing @version tag for type ValidatorFactory Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ValidatorFactory.java 5
Missing Javadoc comment for type AlertManager Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium AlertManager.java 15
Missing Javadoc comment for type AsyncCaller Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium AsyncCaller.java 27
Missing Javadoc comment for type Base16Encoder Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Base16Encoder.java 2
Missing Javadoc comment for type ClientCommunicator Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ClientCommunicator.java 19
Missing Javadoc comment for type CommonClass Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium CommonClass.java 5
Missing Javadoc comment for type configReader Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium configReader.java 9
Missing Javadoc comment for type ConsumerThread Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ConsumerThread.java 30
Missing Javadoc comment for type DBManager Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DBManager.java 37
Missing Javadoc comment for type DBManager_PerfTest Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DBManager_PerfTest.java 11
Missing Javadoc comment for type LMMessage Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LMMessage.java 2
Missing Javadoc comment for type LMUUtils Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LMUUtils.java 33
Missing Javadoc comment for type mandatoryItems Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium mandatoryItems.java 2
Missing Javadoc comment for type MyLogger Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium MyLogger.java 6
Missing Javadoc comment for type PacketConsumer Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium PacketConsumer.java 60
Missing Javadoc comment for type packetHandler Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium packetHandler.java 14
Missing Javadoc comment for type PacketProducer Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium PacketProducer.java 33
Missing Javadoc comment for type ProrpertiesManager Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ProrpertiesManager.java 7
Missing Javadoc comment for type QueueAllocator Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium QueueAllocator.java 23
Missing Javadoc comment for type recieveThread Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium recieveThread.java 48
Missing Javadoc comment for type RecieveThreadDummy Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium RecieveThreadDummy.java 14
Missing Javadoc comment for type sendMessage Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium sendMessage.java 20
Missing Javadoc comment for type TestClient Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TestClient.java 16
Missing Javadoc comment for type TimerTask1 Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TimerTask1.java 11
Missing Javadoc comment for type UDPClient Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UDPClient.java 16
Missing Javadoc comment for type UDPServer Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UDPServer.java 8
Missing Javadoc comment for type UDPServerHandler Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UDPServerHandler.java 17
Missing Javadoc comment for type UDPServerMINA Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UDPServerMINA.java 48
Missing Javadoc comment for type WSClient Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium WSClient.java 21
Missing Javadoc comment for type WSThread Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium WSThread.java 22
Missing Javadoc comment for type Accounts Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Accounts.java 5
Missing Javadoc comment for type AccumulatorRef Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium AccumulatorRef.java 13
Missing @author tag for type _Accounts Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Accounts.java 5
Missing @version tag for type _Accounts Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Accounts.java 5
Missing Javadoc comment for type _AccumulatorRef Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium _AccumulatorRef.java 5
Missing @author tag for type _CharityBarometer Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _CharityBarometer.java 7
Missing @version tag for type _CharityBarometer Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _CharityBarometer.java 7
Missing Javadoc comment for type _Configurations Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium _Configurations.java 5
Missing @author tag for type _Device Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Device.java 10
Missing @version tag for type _Device Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Device.java 10
Missing @author tag for type _Feedback Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Feedback.java 10
Missing @version tag for type _Feedback Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Feedback.java 10
Missing @author tag for type _FenceHistory Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _FenceHistory.java 9
Missing @version tag for type _FenceHistory Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _FenceHistory.java 9
Missing @author tag for type _FrequentTravellerDetails Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _FrequentTravellerDetails.java 7
Missing @version tag for type _FrequentTravellerDetails Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _FrequentTravellerDetails.java 7
Missing @author tag for type _FrequentTripDetails Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _FrequentTripDetails.java 7
Missing @version tag for type _FrequentTripDetails Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _FrequentTripDetails.java 7
Missing @author tag for type _Geofence Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Geofence.java 12
Missing @version tag for type _Geofence Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Geofence.java 12
Missing @author tag for type _GeovehicleMap Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _GeovehicleMap.java 10
Missing @version tag for type _GeovehicleMap Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _GeovehicleMap.java 10
Missing @author tag for type _Inbox Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Inbox.java 9
Missing @version tag for type _Inbox Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Inbox.java 9
Missing @author tag for type _LMU4100Map Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _LMU4100Map.java 5
Missing @version tag for type _LMU4100Map Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _LMU4100Map.java 5
Missing @author tag for type _Notification Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Notification.java 7
Missing @version tag for type _Notification Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Notification.java 7
Missing @author tag for type _Organization Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Organization.java 10
Missing @version tag for type _Organization Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Organization.java 10
Missing @author tag for type _PickupPoints Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _PickupPoints.java 7
Missing @version tag for type _PickupPoints Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _PickupPoints.java 7
Missing Javadoc comment for type _ReportRef Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium _ReportRef.java 20
Missing @author tag for type _SavingStatus Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _SavingStatus.java 9
Missing @version tag for type _SavingStatus Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _SavingStatus.java 9
Missing @author tag for type _Speedparameter Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Speedparameter.java 7
Missing @version tag for type _Speedparameter Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Speedparameter.java 7
Missing @author tag for type _TripDetails Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _TripDetails.java 19
Missing @version tag for type _TripDetails Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _TripDetails.java 19
Missing @author tag for type _TripMsgParams Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _TripMsgParams.java 7
Missing @version tag for type _TripMsgParams Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _TripMsgParams.java 7
Missing @author tag for type _TripParameters Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _TripParameters.java 21
Missing @version tag for type _TripParameters Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _TripParameters.java 21
Missing @author tag for type _TripPreference Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _TripPreference.java 5
Missing @version tag for type _TripPreference Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _TripPreference.java 5
Missing @author tag for type _TripScraps Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _TripScraps.java 7
Missing @version tag for type _TripScraps Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _TripScraps.java 7
Missing @author tag for type _TripTravelerDetails Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _TripTravelerDetails.java 11
Missing @version tag for type _TripTravelerDetails Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _TripTravelerDetails.java 11
Missing @author tag for type _TripVehicleMap Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _TripVehicleMap.java 8
Missing @version tag for type _TripVehicleMap Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _TripVehicleMap.java 8
Missing @author tag for type _User Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _User.java 11
Missing @version tag for type _User Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _User.java 11
Missing @author tag for type _UserDetails Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _UserDetails.java 21
Missing @version tag for type _UserDetails Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _UserDetails.java 21
Missing @author tag for type _UserGeofenceMap Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _UserGeofenceMap.java 8
Missing @version tag for type _UserGeofenceMap Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _UserGeofenceMap.java 8
Missing @author tag for type _UserLandmarks Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _UserLandmarks.java 7
Missing @version tag for type _UserLandmarks Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _UserLandmarks.java 7
Missing @author tag for type _UserPreference Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _UserPreference.java 7
Missing @version tag for type _UserPreference Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _UserPreference.java 7
Missing @author tag for type _UserPreferences Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _UserPreferences.java 7
Missing @version tag for type _UserPreferences Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _UserPreferences.java 7
Missing @author tag for type _Vehicle Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Vehicle.java 9
Missing @version tag for type _Vehicle Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Vehicle.java 9
Missing @author tag for type _VehicleDetails Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _VehicleDetails.java 15
Missing @version tag for type _VehicleDetails Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _VehicleDetails.java 15
Missing @author tag for type _VehicleGroup Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _VehicleGroup.java 9
Missing @version tag for type _VehicleGroup Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _VehicleGroup.java 9
Missing Javadoc comment for type CharityBarometer Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium CharityBarometer.java 5
Missing Javadoc comment for type Configurations Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Configurations.java 12
Missing Javadoc comment for type Device Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Device.java 12
Missing Javadoc comment for type TripNotFoundException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripNotFoundException.java 3
Missing Javadoc comment for type VehicleNotFoundException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleNotFoundException.java 3
Missing Javadoc comment for type Feedback Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Feedback.java 5
Missing Javadoc comment for type FenceHistory Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FenceHistory.java 5
Missing Javadoc comment for type FrequentTravellerDetails Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FrequentTravellerDetails.java 5
Missing Javadoc comment for type FrequentTripDetails Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FrequentTripDetails.java 5
Missing Javadoc comment for type Geofence Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Geofence.java 5
Missing Javadoc comment for type GeovehicleMap Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium GeovehicleMap.java 5
Missing Javadoc comment for type Inbox Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Inbox.java 5
Missing Javadoc comment for type LMU4100Map Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LMU4100Map.java 7
Missing Javadoc comment for type Notification Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Notification.java 5
Missing Javadoc comment for type Organization Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Organization.java 5
Missing Javadoc comment for type PickupPoints Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium PickupPoints.java 5
Missing Javadoc comment for type ReportRef Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ReportRef.java 30
Missing @author tag for type _LMU4100Map Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _LMU4100Map.java 5
Missing @version tag for type _LMU4100Map Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _LMU4100Map.java 5
Missing Javadoc comment for type LMU4100Map Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LMU4100Map.java 5
Missing Javadoc comment for type SavingStatus Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium SavingStatus.java 5
Missing Javadoc comment for type Speedparameter Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Speedparameter.java 5
Missing Javadoc comment for type TripDetails Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripDetails.java 22
Missing Javadoc comment for type TripMsgParams Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripMsgParams.java 18
Missing Javadoc comment for type TripParameters Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripParameters.java 66
Missing Javadoc comment for type TripPreference Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripPreference.java 5
Missing Javadoc comment for type TripScraps Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripScraps.java 5
Missing Javadoc comment for type TripTravelerDetails Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripTravelerDetails.java 5
Missing Javadoc comment for type TripVehicleMap Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripVehicleMap.java 5
Missing Javadoc comment for type User Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium User.java 5
Missing Javadoc comment for type UserDetails Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserDetails.java 5
Missing Javadoc comment for type UserGeofenceMap Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserGeofenceMap.java 5
Missing Javadoc comment for type UserLandmarks Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserLandmarks.java 5
Missing Javadoc comment for type UserPreference Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserPreference.java 5
Missing Javadoc comment for type UserPreferences Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserPreferences.java 5
Missing Javadoc comment for type Vehicle Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Vehicle.java 5
Missing Javadoc comment for type VehicleDetails Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleDetails.java 11
Missing Javadoc comment for type VehicleGroup Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleGroup.java 5
Missing @author tag for type ObjectFactory Run the Javadoc Repair tool on this type to add the missing @author tag. Medium ObjectFactory.java 14
Missing @version tag for type ObjectFactory Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ObjectFactory.java 14
Missing Javadoc comment for type paramItem Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium paramItem.java 3
 
Violation Recommendation Severity Resource Line
Missing default constructor Declare a default constructor for the class. Medium ExpressionDecoder.java 19
Missing default constructor Declare a default constructor for the class. Medium ClientCommunicator.java 19
Missing default constructor Declare a default constructor for the class. Medium ConsumerThread.java 30
Missing default constructor Declare a default constructor for the class. Medium MyLogger.java 6
Missing default constructor Declare a default constructor for the class. Medium QueueAllocator.java 23
Missing default constructor Declare a default constructor for the class. Medium TimerTask1.java 11
Missing default constructor Declare a default constructor for the class. Medium UDPClient.java 16
Missing default constructor Declare a default constructor for the class. Medium UDPServerHandler.java 17
Missing default constructor Declare a default constructor for the class. Medium UDPServerMINA.java 48
Missing default constructor Declare a default constructor for the class. Medium WSThread.java 22
Missing default constructor Declare a default constructor for the class. Medium TripNotFoundException.java 3
Missing default constructor Declare a default constructor for the class. Medium VehicleNotFoundException.java 3
 
Violation Recommendation Severity Resource Line
Missing update in for statement Add an updated clause to the for statement or consider replacing it with a while statement. Medium AlertManager.java 77
 
Violation Recommendation Severity Resource Line
"CategoryReader" does not override clone() Override clone(). Medium CategoryReader.java 24
"CorrectorVO" does not override clone() Override clone(). Medium CorrectorVO.java 3
"DirectParamEvaluator" does not override clone() Override clone(). Medium DirectParamEvaluator.java 16
"DriftMasker" does not override clone() Override clone(). Medium DriftMasker.java 23
"ExpReader" does not override clone() Override clone(). Medium ExpReader.java 25
"ExpressionDecoder" does not override clone() Override clone(). Medium ExpressionDecoder.java 19
"ExpressionHandler" does not override clone() Override clone(). Medium ExpressionHandler.java 16
"RuleVO" does not override clone() Override clone(). Medium RuleVO.java 11
"ValidatorDetails" does not override clone() Override clone(). Medium ValidatorDetails.java 10
"ValidatorReader" does not override clone() Override clone(). Medium ValidatorReader.java 28
"GpsWebserviceClient" does not override clone() Override clone(). Medium GpsWebserviceClient.java 21
"MobileAlert" does not override clone() Override clone(). Medium MobileAlert.java 49
"MobileAlertMessage" does not override clone() Override clone(). Medium MobileAlertMessage.java 41
"MobileAlertMessageResponse" does not override clone() Override clone(). Medium MobileAlertMessageResponse.java 34
"MobileAlertResponse" does not override clone() Override clone(). Medium MobileAlertResponse.java 34
"ObjectFactory" does not override clone() Override clone(). Medium ObjectFactory.java 22
"PointInPolygon" does not override clone() Override clone(). Medium PointInPolygon.java 43
"PointInPolygonResponse" does not override clone() Override clone(). Medium PointInPolygonResponse.java 34
"PolygonRegion_Service" does not override clone() Override clone(). Medium PolygonRegion_Service.java 22
"UpdateRfidHistory" does not override clone() Override clone(). Medium UpdateRfidHistory.java 45
"UpdateRfidHistoryResponse" does not override clone() Override clone(). Medium UpdateRfidHistoryResponse.java 31
"WhetherInterested" does not override clone() Override clone(). Medium WhetherInterested.java 43
"WhetherInterestedResponse" does not override clone() Override clone(). Medium WhetherInterestedResponse.java 34
"FileUtilities" does not override clone() Override clone(). Medium FileUtilities.java 27
"LMUResource" does not override clone() Override clone(). Medium LMUResource.java 23
"LogHandler" does not override clone() Override clone(). Medium LogHandler.java 11
"PacketDataFetcher" does not override clone() Override clone(). Medium PacketDataFetcher.java 28
"ParamUtils" does not override clone() Override clone(). Medium ParamUtils.java 17
"StringConstants" does not override clone() Override clone(). Medium StringConstants.java 10
"ValidatorFactory" does not override clone() Override clone(). Medium ValidatorFactory.java 13
"AlertManager" does not override clone() Override clone(). Medium AlertManager.java 15
"AsyncCaller" does not override clone() Override clone(). Medium AsyncCaller.java 27
"Base16Encoder" does not override clone() Override clone(). Medium Base16Encoder.java 2
"ClientCommunicator" does not override clone() Override clone(). Medium ClientCommunicator.java 19
"CommonClass" does not override clone() Override clone(). Medium CommonClass.java 5
"configReader" does not override clone() Override clone(). Medium configReader.java 9
"ConsumerThread" does not override clone() Override clone(). Medium ConsumerThread.java 30
"DBManager" does not override clone() Override clone(). Medium DBManager.java 37
"DBManager_PerfTest" does not override clone() Override clone(). Medium DBManager_PerfTest.java 11
"LMMessage" does not override clone() Override clone(). Medium LMMessage.java 2
"LMUUtils" does not override clone() Override clone(). Medium LMUUtils.java 33
"mandatoryItems" does not override clone() Override clone(). Medium mandatoryItems.java 2
"MyLogger" does not override clone() Override clone(). Medium MyLogger.java 6
"PacketConsumer" does not override clone() Override clone(). Medium PacketConsumer.java 60
"packetHandler" does not override clone() Override clone(). Medium packetHandler.java 14
"PacketProducer" does not override clone() Override clone(). Medium PacketProducer.java 33
"ProrpertiesManager" does not override clone() Override clone(). Medium ProrpertiesManager.java 7
"QueueAllocator" does not override clone() Override clone(). Medium QueueAllocator.java 23
"recieveThread" does not override clone() Override clone(). Medium recieveThread.java 48
"RecieveThreadDummy" does not override clone() Override clone(). Medium RecieveThreadDummy.java 14
"sendMessage" does not override clone() Override clone(). Medium sendMessage.java 20
"TestClient" does not override clone() Override clone(). Medium TestClient.java 16
"TimerTask1" does not override clone() Override clone(). Medium TimerTask1.java 11
"UDPClient" does not override clone() Override clone(). Medium UDPClient.java 16
"UDPServer" does not override clone() Override clone(). Medium UDPServer.java 8
"UDPServerHandler" does not override clone() Override clone(). Medium UDPServerHandler.java 17
"UDPServerMINA" does not override clone() Override clone(). Medium UDPServerMINA.java 48
"WSClient" does not override clone() Override clone(). Medium WSClient.java 21
"WSThread" does not override clone() Override clone(). Medium WSThread.java 22
"Accounts" does not override clone() Override clone(). Medium Accounts.java 5
"AccumulatorRef" does not override clone() Override clone(). Medium AccumulatorRef.java 13
"_Accounts" does not override clone() Override clone(). Medium _Accounts.java 11
"_AccumulatorRef" does not override clone() Override clone(). Medium _AccumulatorRef.java 5
"_CharityBarometer" does not override clone() Override clone(). Medium _CharityBarometer.java 13
"_Configurations" does not override clone() Override clone(). Medium _Configurations.java 5
"_Device" does not override clone() Override clone(). Medium _Device.java 16
"_Feedback" does not override clone() Override clone(). Medium _Feedback.java 16
"_FenceHistory" does not override clone() Override clone(). Medium _FenceHistory.java 15
"_FrequentTravellerDetails" does not override clone() Override clone(). Medium _FrequentTravellerDetails.java 13
"_FrequentTripDetails" does not override clone() Override clone(). Medium _FrequentTripDetails.java 13
"_Geofence" does not override clone() Override clone(). Medium _Geofence.java 18
"_GeovehicleMap" does not override clone() Override clone(). Medium _GeovehicleMap.java 16
"_Inbox" does not override clone() Override clone(). Medium _Inbox.java 15
"_LMU4100Map" does not override clone() Override clone(). Medium _LMU4100Map.java 11
"_Notification" does not override clone() Override clone(). Medium _Notification.java 13
"_Organization" does not override clone() Override clone(). Medium _Organization.java 16
"_PickupPoints" does not override clone() Override clone(). Medium _PickupPoints.java 13
"_ReportRef" does not override clone() Override clone(). Medium _ReportRef.java 20
"_SavingStatus" does not override clone() Override clone(). Medium _SavingStatus.java 15
"_Speedparameter" does not override clone() Override clone(). Medium _Speedparameter.java 13
"_TripDetails" does not override clone() Override clone(). Medium _TripDetails.java 25
"_TripMsgParams" does not override clone() Override clone(). Medium _TripMsgParams.java 13
"_TripParameters" does not override clone() Override clone(). Medium _TripParameters.java 27
"_TripPreference" does not override clone() Override clone(). Medium _TripPreference.java 11
"_TripScraps" does not override clone() Override clone(). Medium _TripScraps.java 13
"_TripTravelerDetails" does not override clone() Override clone(). Medium _TripTravelerDetails.java 17
"_TripVehicleMap" does not override clone() Override clone(). Medium _TripVehicleMap.java 14
"_User" does not override clone() Override clone(). Medium _User.java 17
"_UserDetails" does not override clone() Override clone(). Medium _UserDetails.java 27
"_UserGeofenceMap" does not override clone() Override clone(). Medium _UserGeofenceMap.java 14
"_UserLandmarks" does not override clone() Override clone(). Medium _UserLandmarks.java 13
"_UserPreference" does not override clone() Override clone(). Medium _UserPreference.java 13
"_UserPreferences" does not override clone() Override clone(). Medium _UserPreferences.java 13
"_Vehicle" does not override clone() Override clone(). Medium _Vehicle.java 15
"_VehicleDetails" does not override clone() Override clone(). Medium _VehicleDetails.java 21
"_VehicleGroup" does not override clone() Override clone(). Medium _VehicleGroup.java 15
"CharityBarometer" does not override clone() Override clone(). Medium CharityBarometer.java 5
"Configurations" does not override clone() Override clone(). Medium Configurations.java 12
"Device" does not override clone() Override clone(). Medium Device.java 12
"TripNotFoundException" does not override clone() Override clone(). Medium TripNotFoundException.java 3
"VehicleNotFoundException" does not override clone() Override clone(). Medium VehicleNotFoundException.java 3
"Feedback" does not override clone() Override clone(). Medium Feedback.java 5
"FenceHistory" does not override clone() Override clone(). Medium FenceHistory.java 5
"FrequentTravellerDetails" does not override clone() Override clone(). Medium FrequentTravellerDetails.java 5
"FrequentTripDetails" does not override clone() Override clone(). Medium FrequentTripDetails.java 5
"Geofence" does not override clone() Override clone(). Medium Geofence.java 5
"GeovehicleMap" does not override clone() Override clone(). Medium GeovehicleMap.java 5
"Inbox" does not override clone() Override clone(). Medium Inbox.java 5
"LMU4100Map" does not override clone() Override clone(). Medium LMU4100Map.java 7
"Notification" does not override clone() Override clone(). Medium Notification.java 5
"Organization" does not override clone() Override clone(). Medium Organization.java 5
"PickupPoints" does not override clone() Override clone(). Medium PickupPoints.java 5
"ReportRef" does not override clone() Override clone(). Medium ReportRef.java 30
"_LMU4100Map" does not override clone() Override clone(). Medium _LMU4100Map.java 11
"LMU4100Map" does not override clone() Override clone(). Medium LMU4100Map.java 5
"SavingStatus" does not override clone() Override clone(). Medium SavingStatus.java 5
"Speedparameter" does not override clone() Override clone(). Medium Speedparameter.java 5
"TripDetails" does not override clone() Override clone(). Medium TripDetails.java 22
"TripMsgParams" does not override clone() Override clone(). Medium TripMsgParams.java 18
"TripParameters" does not override clone() Override clone(). Medium TripParameters.java 66
"TripPreference" does not override clone() Override clone(). Medium TripPreference.java 5
"TripScraps" does not override clone() Override clone(). Medium TripScraps.java 5
"TripTravelerDetails" does not override clone() Override clone(). Medium TripTravelerDetails.java 5
"TripVehicleMap" does not override clone() Override clone(). Medium TripVehicleMap.java 5
"User" does not override clone() Override clone(). Medium User.java 5
"UserDetails" does not override clone() Override clone(). Medium UserDetails.java 5
"UserGeofenceMap" does not override clone() Override clone(). Medium UserGeofenceMap.java 5
"UserLandmarks" does not override clone() Override clone(). Medium UserLandmarks.java 5
"UserPreference" does not override clone() Override clone(). Medium UserPreference.java 5
"UserPreferences" does not override clone() Override clone(). Medium UserPreferences.java 5
"Vehicle" does not override clone() Override clone(). Medium Vehicle.java 5
"VehicleDetails" does not override clone() Override clone(). Medium VehicleDetails.java 11
"VehicleGroup" does not override clone() Override clone(). Medium VehicleGroup.java 5
"ObjectFactory" does not override clone() Override clone(). Medium ObjectFactory.java 29
 
Violation Recommendation Severity Resource Line
toString() is missing Add toString to CategoryReader. Medium CategoryReader.java 24
toString() is missing Add toString to CorrectorVO. Medium CorrectorVO.java 3
toString() is missing Add toString to DirectParamEvaluator. Medium DirectParamEvaluator.java 16
toString() is missing Add toString to DriftMasker. Medium DriftMasker.java 23
toString() is missing Add toString to ExpReader. Medium ExpReader.java 25
toString() is missing Add toString to ExpressionDecoder. Medium ExpressionDecoder.java 19
toString() is missing Add toString to ExpressionHandler. Medium ExpressionHandler.java 16
toString() is missing Add toString to RuleVO. Medium RuleVO.java 11
toString() is missing Add toString to ValidatorDetails. Medium ValidatorDetails.java 10
toString() is missing Add toString to ValidatorReader. Medium ValidatorReader.java 28
toString() is missing Add toString to GpsWebserviceClient. Medium GpsWebserviceClient.java 21
toString() is missing Add toString to MobileAlert. Medium MobileAlert.java 49
toString() is missing Add toString to MobileAlertMessage. Medium MobileAlertMessage.java 41
toString() is missing Add toString to MobileAlertMessageResponse. Medium MobileAlertMessageResponse.java 34
toString() is missing Add toString to MobileAlertResponse. Medium MobileAlertResponse.java 34
toString() is missing Add toString to ObjectFactory. Medium ObjectFactory.java 22
toString() is missing Add toString to PointInPolygon. Medium PointInPolygon.java 43
toString() is missing Add toString to PointInPolygonResponse. Medium PointInPolygonResponse.java 34
toString() is missing Add toString to PolygonRegion_Service. Medium PolygonRegion_Service.java 22
toString() is missing Add toString to UpdateRfidHistory. Medium UpdateRfidHistory.java 45
toString() is missing Add toString to UpdateRfidHistoryResponse. Medium UpdateRfidHistoryResponse.java 31
toString() is missing Add toString to WhetherInterested. Medium WhetherInterested.java 43
toString() is missing Add toString to WhetherInterestedResponse. Medium WhetherInterestedResponse.java 34
toString() is missing Add toString to FileUtilities. Medium FileUtilities.java 27
toString() is missing Add toString to LMUResource. Medium LMUResource.java 23
toString() is missing Add toString to LogHandler. Medium LogHandler.java 11
toString() is missing Add toString to PacketDataFetcher. Medium PacketDataFetcher.java 28
toString() is missing Add toString to ParamUtils. Medium ParamUtils.java 17
toString() is missing Add toString to StringConstants. Medium StringConstants.java 10
toString() is missing Add toString to ValidatorFactory. Medium ValidatorFactory.java 13
toString() is missing Add toString to AlertManager. Medium AlertManager.java 15
toString() is missing Add toString to AsyncCaller. Medium AsyncCaller.java 27
toString() is missing Add toString to Base16Encoder. Medium Base16Encoder.java 2
toString() is missing Add toString to ClientCommunicator. Medium ClientCommunicator.java 19
toString() is missing Add toString to CommonClass. Medium CommonClass.java 5
toString() is missing Add toString to configReader. Medium configReader.java 9
toString() is missing Add toString to ConsumerThread. Medium ConsumerThread.java 30
toString() is missing Add toString to DBManager. Medium DBManager.java 37
toString() is missing Add toString to DBManager_PerfTest. Medium DBManager_PerfTest.java 11
toString() is missing Add toString to LMMessage. Medium LMMessage.java 2
toString() is missing Add toString to LMUUtils. Medium LMUUtils.java 33
toString() is missing Add toString to mandatoryItems. Medium mandatoryItems.java 2
toString() is missing Add toString to MyLogger. Medium MyLogger.java 6
toString() is missing Add toString to PacketConsumer. Medium PacketConsumer.java 60
toString() is missing Add toString to packetHandler. Medium packetHandler.java 14
toString() is missing Add toString to PacketProducer. Medium PacketProducer.java 33
toString() is missing Add toString to ProrpertiesManager. Medium ProrpertiesManager.java 7
toString() is missing Add toString to QueueAllocator. Medium QueueAllocator.java 23
toString() is missing Add toString to recieveThread. Medium recieveThread.java 48
toString() is missing Add toString to RecieveThreadDummy. Medium RecieveThreadDummy.java 14
toString() is missing Add toString to sendMessage. Medium sendMessage.java 20
toString() is missing Add toString to TestClient. Medium TestClient.java 16
toString() is missing Add toString to TimerTask1. Medium TimerTask1.java 11
toString() is missing Add toString to UDPClient. Medium UDPClient.java 16
toString() is missing Add toString to UDPServer. Medium UDPServer.java 8
toString() is missing Add toString to UDPServerHandler. Medium UDPServerHandler.java 17
toString() is missing Add toString to UDPServerMINA. Medium UDPServerMINA.java 48
toString() is missing Add toString to WSClient. Medium WSClient.java 21
toString() is missing Add toString to WSThread. Medium WSThread.java 22
toString() is missing Add toString to _LMU4100Map. Medium _LMU4100Map.java 11
toString() is missing Add toString to LMU4100Map. Medium LMU4100Map.java 7
toString() is missing Add toString to _LMU4100Map. Medium _LMU4100Map.java 11
toString() is missing Add toString to LMU4100Map. Medium LMU4100Map.java 5
toString() is missing Add toString to ObjectFactory. Medium ObjectFactory.java 29
 
Violation Recommendation Severity Resource Line
Constant on right side of comparison Reverse the order of the operands. Medium CategoryReader.java 35
Constant on right side of comparison Reverse the order of the operands. Medium CategoryReader.java 45
Constant on right side of comparison Reverse the order of the operands. Medium CategoryReader.java 86
Constant on right side of comparison Reverse the order of the operands. Medium DirectParamEvaluator.java 48
Constant on right side of comparison Reverse the order of the operands. Medium DriftMasker.java 56
Constant on right side of comparison Reverse the order of the operands. Medium DriftMasker.java 61
Constant on right side of comparison Reverse the order of the operands. Medium DriftMasker.java 81
Constant on right side of comparison Reverse the order of the operands. Medium DriftMasker.java 84
Constant on right side of comparison Reverse the order of the operands. Medium DriftMasker.java 89
Constant on right side of comparison Reverse the order of the operands. Medium DriftMasker.java 89
Constant on right side of comparison Reverse the order of the operands. Medium ExpReader.java 36
Constant on right side of comparison Reverse the order of the operands. Medium ExpReader.java 46
Constant on right side of comparison Reverse the order of the operands. Medium ExpReader.java 87
Constant on right side of comparison Reverse the order of the operands. Medium ExpressionDecoder.java 48
Constant on right side of comparison Reverse the order of the operands. Medium ExpressionDecoder.java 56
Constant on right side of comparison Reverse the order of the operands. Medium ExpressionHandler.java 28
Constant on right side of comparison Reverse the order of the operands. Medium ValidatorReader.java 39
Constant on right side of comparison Reverse the order of the operands. Medium ValidatorReader.java 49
Constant on right side of comparison Reverse the order of the operands. Medium ValidatorReader.java 135
Constant on right side of comparison Reverse the order of the operands. Medium FileUtilities.java 84
Constant on right side of comparison Reverse the order of the operands. Medium LMUResource.java 46
Constant on right side of comparison Reverse the order of the operands. Medium PacketDataFetcher.java 58
Constant on right side of comparison Reverse the order of the operands. Medium PacketDataFetcher.java 58
Constant on right side of comparison Reverse the order of the operands. Medium PacketDataFetcher.java 77
Constant on right side of comparison Reverse the order of the operands. Medium ParamUtils.java 25
Constant on right side of comparison Reverse the order of the operands. Medium ParamUtils.java 50
Constant on right side of comparison Reverse the order of the operands. Medium ParamUtils.java 52
Constant on right side of comparison Reverse the order of the operands. Medium ParamUtils.java 58
Constant on right side of comparison Reverse the order of the operands. Medium ParamUtils.java 60
Constant on right side of comparison Reverse the order of the operands. Medium ParamUtils.java 66
Constant on right side of comparison Reverse the order of the operands. Medium ValidatorFactory.java 23
Constant on right side of comparison Reverse the order of the operands. Medium AsyncCaller.java 34
Constant on right side of comparison Reverse the order of the operands. Medium configReader.java 24
Constant on right side of comparison Reverse the order of the operands. Medium configReader.java 67
Constant on right side of comparison Reverse the order of the operands. Medium configReader.java 99
Constant on right side of comparison Reverse the order of the operands. Medium ConsumerThread.java 60
Constant on right side of comparison Reverse the order of the operands. Medium ConsumerThread.java 127
Constant on right side of comparison Reverse the order of the operands. Medium LMUUtils.java 74
Constant on right side of comparison Reverse the order of the operands. Medium PacketConsumer.java 153
Constant on right side of comparison Reverse the order of the operands. Medium PacketConsumer.java 174
Constant on right side of comparison Reverse the order of the operands. Medium PacketConsumer.java 179
Constant on right side of comparison Reverse the order of the operands. Medium PacketConsumer.java 255
Constant on right side of comparison Reverse the order of the operands. Medium PacketProducer.java 60
Constant on right side of comparison Reverse the order of the operands. Medium PacketProducer.java 110
Constant on right side of comparison Reverse the order of the operands. Medium PacketProducer.java 115
Constant on right side of comparison Reverse the order of the operands. Medium PacketProducer.java 115
Constant on right side of comparison Reverse the order of the operands. Medium QueueAllocator.java 74
Constant on right side of comparison Reverse the order of the operands. Medium QueueAllocator.java 80
Constant on right side of comparison Reverse the order of the operands. Medium QueueAllocator.java 80
Constant on right side of comparison Reverse the order of the operands. Medium recieveThread.java 83
Constant on right side of comparison Reverse the order of the operands. Medium sendMessage.java 45
Constant on right side of comparison Reverse the order of the operands. Medium UDPServer.java 42
Constant on right side of comparison Reverse the order of the operands. Medium AccumulatorRef.java 31
Constant on right side of comparison Reverse the order of the operands. Medium Configurations.java 26
Constant on right side of comparison Reverse the order of the operands. Medium LMU4100Map.java 16
Constant on right side of comparison Reverse the order of the operands. Medium LMU4100Map.java 29
Constant on right side of comparison Reverse the order of the operands. Medium Organization.java 7
Constant on right side of comparison Reverse the order of the operands. Medium LMU4100Map.java 12
Constant on right side of comparison Reverse the order of the operands. Medium TripDetails.java 55
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 152
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 152
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 195
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 236
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 242
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 278
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 304
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 321
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 346
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 346
Constant on right side of comparison Reverse the order of the operands. Medium VehicleDetails.java 16
 
Violation Recommendation Severity Resource Line
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium DirectParamEvaluator.java 68
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium ExpressionDecoder.java 70
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium LMUUtils.java 52
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium LMUUtils.java 100
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium LMUUtils.java 208
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium PacketConsumer.java 117
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium TripDetails.java 168
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium TripParameters.java 111
 
Violation Recommendation Severity Resource Line
Found a non-private method setting an internal array Do not set this internal array directly. Medium packetHandler.java 78
 
Violation Recommendation Severity Resource Line
Statically initialized array The array should be initialized dynamically. Medium CategoryReader.java 85
Statically initialized array The array should be initialized dynamically. Medium ExpReader.java 86
Statically initialized array The array should be initialized dynamically. Medium ValidatorReader.java 134
Statically initialized array The array should be initialized dynamically. Medium MobileAlert.java 38
Statically initialized array The array should be initialized dynamically. Medium MobileAlertMessage.java 34
Statically initialized array The array should be initialized dynamically. Medium MobileAlertMessageResponse.java 30
Statically initialized array The array should be initialized dynamically. Medium MobileAlertResponse.java 30
Statically initialized array The array should be initialized dynamically. Medium PointInPolygon.java 36
Statically initialized array The array should be initialized dynamically. Medium PointInPolygonResponse.java 30
Statically initialized array The array should be initialized dynamically. Medium PolygonRegion.java 23
Statically initialized array The array should be initialized dynamically. Medium UpdateRfidHistory.java 37
Statically initialized array The array should be initialized dynamically. Medium WhetherInterested.java 36
Statically initialized array The array should be initialized dynamically. Medium WhetherInterestedResponse.java 30
Statically initialized array The array should be initialized dynamically. Medium Base16Encoder.java 4
Statically initialized array The array should be initialized dynamically. Medium sendMessage.java 70
Statically initialized array The array should be initialized dynamically. Medium sendMessage.java 71
Statically initialized array The array should be initialized dynamically. Medium WSClient.java 33
 
Violation Recommendation Severity Resource Line
Missing Namespace Version Add the version of the WSDL or schema to the end of the namespace. Medium LMU4100.xsd 2
 
Violation Recommendation Severity Resource Line
Array is stored without copying You should copy arrays when you store them Medium packetHandler.java 78
 
Violation Recommendation Severity Resource Line
DateFormat object is used without synchronization Avoid usage of DateFormat objects without synchronization Medium UDPClient.java 41
DateFormat object is used without synchronization Avoid usage of DateFormat objects without synchronization Medium UDPClient.java 43
DateFormat object is used without synchronization Avoid usage of DateFormat objects without synchronization Medium UDPClient.java 44
 
Violation Recommendation Severity Resource Line
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DirectParamEvaluator.java 22
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DirectParamEvaluator.java 57
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DriftMasker.java 46
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DriftMasker.java 46
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DriftMasker.java 85
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DriftMasker.java 85
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium GpsWebserviceClient.java 66
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium GpsWebserviceClient.java 67
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium LMUResource.java 45
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium LMUResource.java 45
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 24
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 24
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 36
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 36
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 40
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 40
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 67
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 67
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 74
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 74
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 78
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 78
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 99
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 99
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 106
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 106
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 110
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 110
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium ConsumerThread.java 110
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium ConsumerThread.java 111
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DBManager_PerfTest.java 57
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DBManager_PerfTest.java 67
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DBManager_PerfTest.java 68
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DBManager_PerfTest.java 69
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium LMUUtils.java 93
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium LMUUtils.java 93
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketConsumer.java 78
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketConsumer.java 180
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketConsumer.java 180
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketConsumer.java 180
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketProducer.java 42
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketProducer.java 65
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketProducer.java 65
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketProducer.java 65
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketProducer.java 106
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketProducer.java 106
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium QueueAllocator.java 26
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium QueueAllocator.java 27
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium QueueAllocator.java 47
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium recieveThread.java 84
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium recieveThread.java 84
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium WSThread.java 35
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium WSThread.java 54
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium WSThread.java 120
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripDetails.java 98
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripDetails.java 98
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripDetails.java 99
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripDetails.java 99
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripMsgParams.java 33
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 127
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 128
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 130
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 235
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 243
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 243
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 245
 
Violation Recommendation Severity Resource Line
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DirectParamEvaluator.java 40
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DirectParamEvaluator.java 56
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium GpsWebserviceClient.java 96
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium GpsWebserviceClient.java 96
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AlertManager.java 56
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AlertManager.java 56
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 76
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 76
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 76
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 76
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 76
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 76
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 83
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 83
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 98
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 98
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 98
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 98
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 98
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 98
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium ConsumerThread.java 116
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium ConsumerThread.java 127
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 86
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 86
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 86
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 86
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 86
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 86
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 109
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 109
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 109
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 109
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 109
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 109
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager_PerfTest.java 67
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager_PerfTest.java 68
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketConsumer.java 185
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketConsumer.java 186
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketConsumer.java 187
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketConsumer.java 195
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketConsumer.java 202
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketConsumer.java 204
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 74
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 75
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 110
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 111
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 115
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 117
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 118
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 118
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 120
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 45
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 45
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 45
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 45
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 50
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 74
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 75
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 80
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 82
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 83
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 83
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 85
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium WSThread.java 80
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium WSThread.java 80
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium WSThread.java 80
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium WSThread.java 80
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium WSThread.java 80
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium WSThread.java 80
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripDetails.java 101
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripDetails.java 102
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripDetails.java 111
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripDetails.java 111
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripParameters.java 226
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripParameters.java 346
 
Violation Recommendation Severity Resource Line
The keyword "this" is unnecessary Delete the keyword "this". Medium CorrectorVO.java 16
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 79
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 103
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 127
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 151
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 175
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 199
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 223
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 239
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlertMessage.java 72
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlertMessage.java 96
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlertMessage.java 120
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlertMessage.java 136
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlertMessageResponse.java 51
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlertResponse.java 51
The keyword "this" is unnecessary Delete the keyword "this". Medium PointInPolygon.java 65
The keyword "this" is unnecessary Delete the keyword "this". Medium PointInPolygon.java 81
The keyword "this" is unnecessary Delete the keyword "this". Medium PointInPolygon.java 97
The keyword "this" is unnecessary Delete the keyword "this". Medium PointInPolygon.java 121
The keyword "this" is unnecessary Delete the keyword "this". Medium PointInPolygonResponse.java 51
The keyword "this" is unnecessary Delete the keyword "this". Medium UpdateRfidHistory.java 69
The keyword "this" is unnecessary Delete the keyword "this". Medium UpdateRfidHistory.java 93
The keyword "this" is unnecessary Delete the keyword "this". Medium UpdateRfidHistory.java 109
The keyword "this" is unnecessary Delete the keyword "this". Medium UpdateRfidHistory.java 125
The keyword "this" is unnecessary Delete the keyword "this". Medium UpdateRfidHistory.java 149
The keyword "this" is unnecessary Delete the keyword "this". Medium WhetherInterested.java 65
The keyword "this" is unnecessary Delete the keyword "this". Medium WhetherInterested.java 81
The keyword "this" is unnecessary Delete the keyword "this". Medium WhetherInterested.java 97
The keyword "this" is unnecessary Delete the keyword "this". Medium WhetherInterested.java 121
The keyword "this" is unnecessary Delete the keyword "this". Medium WhetherInterestedResponse.java 51
The keyword "this" is unnecessary Delete the keyword "this". Medium QueueAllocator.java 62
The keyword "this" is unnecessary Delete the keyword "this". Medium QueueAllocator.java 70
The keyword "this" is unnecessary Delete the keyword "this". Medium QueueAllocator.java 78
The keyword "this" is unnecessary Delete the keyword "this". Medium UDPClient.java 34
The keyword "this" is unnecessary Delete the keyword "this". Medium UDPClient.java 35
The keyword "this" is unnecessary Delete the keyword "this". Medium UDPClient.java 36
 
Violation Recommendation Severity Resource Line
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium CategoryReader.java 50
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium CategoryReader.java 87
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium CategoryReader.java 95
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DirectParamEvaluator.java 35
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DirectParamEvaluator.java 42
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DirectParamEvaluator.java 52
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DirectParamEvaluator.java 61
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DirectParamEvaluator.java 67
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DriftMasker.java 70
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DriftMasker.java 76
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DriftMasker.java 95
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ExpReader.java 51
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ExpReader.java 82
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ExpReader.java 88
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ExpReader.java 96
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ExpressionDecoder.java 57
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ExpressionDecoder.java 65
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ExpressionDecoder.java 69
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ExpressionDecoder.java 101
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ExpressionDecoder.java 117
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ExpressionDecoder.java 136
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ExpressionHandler.java 41
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ExpressionHandler.java 44
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ValidatorReader.java 54
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ValidatorReader.java 111
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ValidatorReader.java 117
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ValidatorReader.java 130
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ValidatorReader.java 136
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ValidatorReader.java 144
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium FileUtilities.java 46
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium FileUtilities.java 49
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium FileUtilities.java 51
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium FileUtilities.java 64
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium FileUtilities.java 93
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium LMUResource.java 47
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium LMUResource.java 62
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketDataFetcher.java 38
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketDataFetcher.java 39
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketDataFetcher.java 41
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketDataFetcher.java 46
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketDataFetcher.java 63
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketDataFetcher.java 100
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ParamUtils.java 36
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertManager.java 65
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertManager.java 69
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AsyncCaller.java 51
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium AsyncCaller.java 55
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AsyncCaller.java 62
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AsyncCaller.java 75
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AsyncCaller.java 78
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AsyncCaller.java 90
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AsyncCaller.java 97
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AsyncCaller.java 99
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AsyncCaller.java 101
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AsyncCaller.java 110
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AsyncCaller.java 113
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AsyncCaller.java 120
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AsyncCaller.java 123
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium AsyncCaller.java 127
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium AsyncCaller.java 133
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium configReader.java 26
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConsumerThread.java 52
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConsumerThread.java 63
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConsumerThread.java 64
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ConsumerThread.java 90
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ConsumerThread.java 101
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ConsumerThread.java 121
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConsumerThread.java 126
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConsumerThread.java 129
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConsumerThread.java 132
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConsumerThread.java 137
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConsumerThread.java 148
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ConsumerThread.java 156
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 87
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 91
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 95
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 98
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 110
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 117
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 119
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 122
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 123
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 160
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 164
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 172
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 178
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 179
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 180
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 181
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 186
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 187
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 188
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 189
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium LMUUtils.java 51
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium LMUUtils.java 93
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium LMUUtils.java 219
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium LMUUtils.java 224
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketConsumer.java 102
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketConsumer.java 107
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketConsumer.java 122
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketConsumer.java 134
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketConsumer.java 136
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketConsumer.java 143
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketConsumer.java 161
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketConsumer.java 177
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketConsumer.java 197
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketConsumer.java 210
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketConsumer.java 213
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketConsumer.java 219
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium packetHandler.java 215
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 54
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 67
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 77
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 85
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 94
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 96
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 100
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 113
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 114
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 116
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 123
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 126
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 129
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 147
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 148
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 149
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium PacketProducer.java 151
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium QueueAllocator.java 43
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium QueueAllocator.java 65
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium QueueAllocator.java 78
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium QueueAllocator.java 88
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium QueueAllocator.java 91
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium QueueAllocator.java 94
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium recieveThread.java 72
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium recieveThread.java 75
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium recieveThread.java 86
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium recieveThread.java 89
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium recieveThread.java 94
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium recieveThread.java 97
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium recieveThread.java 130
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium recieveThread.java 149
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium recieveThread.java 189
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RecieveThreadDummy.java 19
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RecieveThreadDummy.java 25
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RecieveThreadDummy.java 45
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium sendMessage.java 34
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium sendMessage.java 48
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium sendMessage.java 95
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium sendMessage.java 133
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium sendMessage.java 137
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TimerTask1.java 32
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TimerTask1.java 36
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPClient.java 44
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPClient.java 59
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPClient.java 108
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPClient.java 111
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPClient.java 115
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPServerHandler.java 88
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPServerMINA.java 70
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPServerMINA.java 76
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPServerMINA.java 89
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPServerMINA.java 100
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPServerMINA.java 106
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPServerMINA.java 110
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPServerMINA.java 111
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPServerMINA.java 118
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPServerMINA.java 126
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium WSClient.java 50
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium WSClient.java 66
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium WSClient.java 67
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium WSClient.java 68
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium WSThread.java 63
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium WSThread.java 66
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium WSThread.java 71
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium WSThread.java 82
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium WSThread.java 88
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium WSThread.java 91
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium WSThread.java 94
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium WSThread.java 108
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium WSThread.java 109
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium WSThread.java 110
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium WSThread.java 111
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium WSThread.java 118
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium WSThread.java 120
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AccumulatorRef.java 45
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium Configurations.java 37
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ReportRef.java 61
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium TripDetails.java 85
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripDetails.java 92
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium TripDetails.java 119
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium TripDetails.java 130
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium TripDetails.java 135
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripDetails.java 140
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripDetails.java 147
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripDetails.java 154
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium TripDetails.java 167
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 158
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 161
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 166
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 196
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 220
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 230
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 251
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 256
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 263
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 271
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 305
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 308
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 322
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 330
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleDetails.java 37
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleDetails.java 41
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleDetails.java 47
 
Violation Recommendation Severity Resource Line
Mutable type "com.gps.corrector.CategoryReader" declared as the return type Do not return this object since it is a mutable type. Medium CategoryReader.java 34
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CategoryReader.java 56
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium DriftMasker.java 31
Mutable type "com.gps.corrector.ExpReader" declared as the return type Do not return this object since it is a mutable type. Medium ExpReader.java 35
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpReader.java 59
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium ExpressionDecoder.java 26
Mutable type "com.gps.corrector.ValidatorReader" declared as the return type Do not return this object since it is a mutable type. Medium ValidatorReader.java 38
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ValidatorReader.java 103
Mutable type "com.gps.services.MobileAlertMessageResponse" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 36
Mutable type "com.gps.services.WhetherInterested" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 44
Mutable type "com.gps.services.PointInPolygonResponse" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 54
Mutable type "com.gps.services.MobileAlertMessage" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 62
Mutable type "com.gps.services.PointInPolygon" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 70
Mutable type "com.gps.services.WhetherInterestedResponse" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 78
Mutable type "com.gps.services.PolygonRegion" declared as the return type Do not return this object since it is a mutable type. Medium PolygonRegion_Service.java 53
Mutable type "com.gps.services.PolygonRegion" declared as the return type Do not return this object since it is a mutable type. Medium PolygonRegion_Service.java 66
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ConfigReader.java 25
Mutable type "org.w3c.dom.Document" declared as the return type Do not return this object since it is a mutable type. Medium FileUtilities.java 31
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium FileUtilities.java 58
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium FileUtilities.java 70
Mutable type "com.gps.utilities.LMUResource" declared as the return type Do not return this object since it is a mutable type. Medium LMUResource.java 37
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LMUResource.java 102
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium PacketDataFetcher.java 52
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium PacketDataFetcher.java 70
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium ParamUtils.java 20
Mutable type "java.util.ArrayList" declared as the return type Do not return this object since it is a mutable type. Medium ParamUtils.java 42
Mutable type "com.gps.corrector.IPacketObserver" declared as the return type Do not return this object since it is a mutable type. Medium ValidatorFactory.java 15
Mutable type "[B" declared as the return type Do not return this object since it is a mutable type. Medium Base16Encoder.java 22
Mutable type "java.util.ResourceBundle" declared as the return type Do not return this object since it is a mutable type. Medium CommonClass.java 14
Mutable type "LMU4100.jaxb.LMDirect.OptionalHeader" declared as the return type Do not return this object since it is a mutable type. Medium configReader.java 19
Mutable type "LMU4100.jaxb.LMDirect.LMHeader" declared as the return type Do not return this object since it is a mutable type. Medium configReader.java 62
Mutable type "LMU4100.jaxb.LMDirect.LMContent" declared as the return type Do not return this object since it is a mutable type. Medium configReader.java 94
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium LMUUtils.java 37
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium LMUUtils.java 105
Mutable type "org.apache.log4j.Logger" declared as the return type Do not return this object since it is a mutable type. Medium MyLogger.java 19
Mutable type "[B" declared as the return type Do not return this object since it is a mutable type. Medium packetHandler.java 20
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium packetHandler.java 63
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium packetHandler.java 112
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium packetHandler.java 226
Mutable type "javax.jms.MessageProducer" declared as the return type Do not return this object since it is a mutable type. Medium PacketProducer.java 104
Mutable type "java.util.Properties" declared as the return type Do not return this object since it is a mutable type. Medium ProrpertiesManager.java 8
Mutable type "javax.jms.MessageProducer" declared as the return type Do not return this object since it is a mutable type. Medium QueueAllocator.java 68
Mutable type "[B" declared as the return type Do not return this object since it is a mutable type. Medium sendMessage.java 106
Mutable type "java.util.BitSet" declared as the return type Do not return this object since it is a mutable type. Medium UDPServer.java 37
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium AccumulatorRef.java 18
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _CharityBarometer.java 39
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _Device.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _Device.java 101
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _Feedback.java 45
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium _Feedback.java 67
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _Feedback.java 76
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _FenceHistory.java 29
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _FenceHistory.java 43
Mutable type "LMU4100.DB.Geofence" declared as the return type Do not return this object since it is a mutable type. Medium _FenceHistory.java 65
Mutable type "LMU4100.DB.TripTravelerDetails" declared as the return type Do not return this object since it is a mutable type. Medium _FrequentTravellerDetails.java 24
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium _FrequentTripDetails.java 32
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _Geofence.java 98
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium _Geofence.java 107
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _Geofence.java 116
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _Geofence.java 128
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _GeovehicleMap.java 38
Mutable type "LMU4100.DB.VehicleDetails" declared as the return type Do not return this object since it is a mutable type. Medium _GeovehicleMap.java 47
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _Inbox.java 51
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _Inbox.java 73
Mutable type "LMU4100.DB.GeovehicleMap" declared as the return type Do not return this object since it is a mutable type. Medium _Notification.java 47
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _Organization.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _Organization.java 122
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium _PickupPoints.java 39
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _SavingStatus.java 36
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _SavingStatus.java 65
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _Speedparameter.java 39
Mutable type "LMU4100.DB.TripParameters" declared as the return type Do not return this object since it is a mutable type. Medium _TripMsgParams.java 55
Mutable type "LMU4100.DB.VehicleDetails" declared as the return type Do not return this object since it is a mutable type. Medium _TripParameters.java 88
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _TripParameters.java 136
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _TripParameters.java 142
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium _TripScraps.java 39
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _TripTravelerDetails.java 47
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _TripTravelerDetails.java 135
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium _TripTravelerDetails.java 144
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium _TripVehicleMap.java 25
Mutable type "LMU4100.DB.VehicleDetails" declared as the return type Do not return this object since it is a mutable type. Medium _TripVehicleMap.java 34
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _User.java 41
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _User.java 69
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _User.java 76
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _User.java 132
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _User.java 143
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _User.java 155
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _UserDetails.java 68
Mutable type "LMU4100.DB.Geofence" declared as the return type Do not return this object since it is a mutable type. Medium _UserGeofenceMap.java 25
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _UserGeofenceMap.java 34
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _UserLandmarks.java 55
Mutable type "LMU4100.DB.User" declared as the return type Do not return this object since it is a mutable type. Medium _UserPreference.java 47
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _UserPreferences.java 143
Mutable type "LMU4100.DB.User" declared as the return type Do not return this object since it is a mutable type. Medium _Vehicle.java 73
Mutable type "LMU4100.DB.Organization" declared as the return type Do not return this object since it is a mutable type. Medium _Vehicle.java 80
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _VehicleDetails.java 153
Mutable type "LMU4100.DB.Device" declared as the return type Do not return this object since it is a mutable type. Medium _VehicleDetails.java 162
Mutable type "LMU4100.DB.Organization" declared as the return type Do not return this object since it is a mutable type. Medium _VehicleDetails.java 171
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _VehicleDetails.java 180
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _VehicleGroup.java 52
Mutable type "LMU4100.DB.auto._Device" declared as the return type Do not return this object since it is a mutable type. Medium Device.java 25
Mutable type "LMU4100.DB.LMU4100Map" declared as the return type Do not return this object since it is a mutable type. Medium LMU4100Map.java 14
Mutable type "org.apache.cayenne.access.DataContext" declared as the return type Do not return this object since it is a mutable type. Medium LMU4100Map.java 22
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ReportRef.java 33
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ReportRef.java 49
Mutable type "LMU4100.DB.sample.LMU4100Map" declared as the return type Do not return this object since it is a mutable type. Medium LMU4100Map.java 11
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium TripDetails.java 60
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium TripParameters.java 86
Mutable type "LMU4100.DB.TripParameters" declared as the return type Do not return this object since it is a mutable type. Medium TripParameters.java 102
Mutable type "LMU4100.DB.TripParameters" declared as the return type Do not return this object since it is a mutable type. Medium TripParameters.java 117
Mutable type "LMU4100.DB.VehicleDetails" declared as the return type Do not return this object since it is a mutable type. Medium VehicleDetails.java 21
Mutable type "LMU4100.jaxb.LMDirect.LMHeader" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 43
Mutable type "LMU4100.jaxb.LMDirect.LMHeader.Param" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 51
Mutable type "LMU4100.jaxb.LMDirect.LMContent.Type.Param" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 59
Mutable type "LMU4100.jaxb.LMDirect" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 67
Mutable type "LMU4100.jaxb.LMDirect.OptionalHeader.Param" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 75
Mutable type "LMU4100.jaxb.LMDirect.OptionalHeader" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 83
Mutable type "LMU4100.jaxb.LMDirect.LMContent.Type" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 91
Mutable type "LMU4100.jaxb.LMDirect.LMContent" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 99
 
Violation Recommendation Severity Resource Line
Class should be final Add the keyword "final" to the class declaration. Medium CategoryReader.java 24
Class should be final Add the keyword "final" to the class declaration. Medium CorrectorVO.java 3
Class should be final Add the keyword "final" to the class declaration. Medium DirectParamEvaluator.java 16
Class should be final Add the keyword "final" to the class declaration. Medium DriftMasker.java 23
Class should be final Add the keyword "final" to the class declaration. Medium ExpReader.java 25
Class should be final Add the keyword "final" to the class declaration. Medium ExpressionDecoder.java 19
Class should be final Add the keyword "final" to the class declaration. Medium ExpressionHandler.java 16
Class should be final Add the keyword "final" to the class declaration. Medium RuleVO.java 11
Class should be final Add the keyword "final" to the class declaration. Medium ValidatorDetails.java 10
Class should be final Add the keyword "final" to the class declaration. Medium ValidatorReader.java 28
Class should be final Add the keyword "final" to the class declaration. Medium GpsWebserviceClient.java 21
Class should be final Add the keyword "final" to the class declaration. Medium MobileAlert.java 49
Class should be final Add the keyword "final" to the class declaration. Medium MobileAlertMessage.java 41
Class should be final Add the keyword "final" to the class declaration. Medium MobileAlertMessageResponse.java 34
Class should be final Add the keyword "final" to the class declaration. Medium MobileAlertResponse.java 34
Class should be final Add the keyword "final" to the class declaration. Medium ObjectFactory.java 22
Class should be final Add the keyword "final" to the class declaration. Medium PointInPolygon.java 43
Class should be final Add the keyword "final" to the class declaration. Medium PointInPolygonResponse.java 34
Class should be final Add the keyword "final" to the class declaration. Medium PolygonRegion.java 26
Class should be final Add the keyword "final" to the class declaration. Medium PolygonRegion_Service.java 22
Class should be final Add the keyword "final" to the class declaration. Medium UpdateRfidHistory.java 45
Class should be final Add the keyword "final" to the class declaration. Medium UpdateRfidHistoryResponse.java 31
Class should be final Add the keyword "final" to the class declaration. Medium WhetherInterested.java 43
Class should be final Add the keyword "final" to the class declaration. Medium WhetherInterestedResponse.java 34
Class should be final Add the keyword "final" to the class declaration. Medium FileUtilities.java 27
Class should be final Add the keyword "final" to the class declaration. Medium LMUResource.java 23
Class should be final Add the keyword "final" to the class declaration. Medium LogHandler.java 11
Class should be final Add the keyword "final" to the class declaration. Medium PacketDataFetcher.java 28
Class should be final Add the keyword "final" to the class declaration. Medium ParamUtils.java 17
Class should be final Add the keyword "final" to the class declaration. Medium StringConstants.java 10
Class should be final Add the keyword "final" to the class declaration. Medium ValidatorFactory.java 13
Class should be final Add the keyword "final" to the class declaration. Medium AlertManager.java 15
Class should be final Add the keyword "final" to the class declaration. Medium AsyncCaller.java 27
Class should be final Add the keyword "final" to the class declaration. Medium Base16Encoder.java 2
Class should be final Add the keyword "final" to the class declaration. Medium ClientCommunicator.java 19
Class should be final Add the keyword "final" to the class declaration. Medium CommonClass.java 5
Class should be final Add the keyword "final" to the class declaration. Medium configReader.java 9
Class should be final Add the keyword "final" to the class declaration. Medium ConsumerThread.java 30
Class should be final Add the keyword "final" to the class declaration. Medium DBManager.java 37
Class should be final Add the keyword "final" to the class declaration. Medium DBManager_PerfTest.java 11
Class should be final Add the keyword "final" to the class declaration. Medium LMMessage.java 2
Class should be final Add the keyword "final" to the class declaration. Medium LMUUtils.java 33
Class should be final Add the keyword "final" to the class declaration. Medium mandatoryItems.java 2
Class should be final Add the keyword "final" to the class declaration. Medium MyLogger.java 6
Class should be final Add the keyword "final" to the class declaration. Medium PacketConsumer.java 60
Class should be final Add the keyword "final" to the class declaration. Medium packetHandler.java 14
Class should be final Add the keyword "final" to the class declaration. Medium PacketProducer.java 33
Class should be final Add the keyword "final" to the class declaration. Medium ProrpertiesManager.java 7
Class should be final Add the keyword "final" to the class declaration. Medium QueueAllocator.java 23
Class should be final Add the keyword "final" to the class declaration. Medium recieveThread.java 48
Class should be final Add the keyword "final" to the class declaration. Medium RecieveThreadDummy.java 14
Class should be final Add the keyword "final" to the class declaration. Medium sendMessage.java 20
Class should be final Add the keyword "final" to the class declaration. Medium TestClient.java 16
Class should be final Add the keyword "final" to the class declaration. Medium TimerTask1.java 11
Class should be final Add the keyword "final" to the class declaration. Medium UDPClient.java 16
Class should be final Add the keyword "final" to the class declaration. Medium UDPServer.java 8
Class should be final Add the keyword "final" to the class declaration. Medium UDPServerHandler.java 17
Class should be final Add the keyword "final" to the class declaration. Medium UDPServerMINA.java 48
Class should be final Add the keyword "final" to the class declaration. Medium WSClient.java 21
Class should be final Add the keyword "final" to the class declaration. Medium WSThread.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Accounts.java 5
Class should be final Add the keyword "final" to the class declaration. Medium AccumulatorRef.java 13
Class should be final Add the keyword "final" to the class declaration. Medium CharityBarometer.java 5
Class should be final Add the keyword "final" to the class declaration. Medium Configurations.java 12
Class should be final Add the keyword "final" to the class declaration. Medium Device.java 12
Class should be final Add the keyword "final" to the class declaration. Medium TripNotFoundException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium VehicleNotFoundException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium Feedback.java 5
Class should be final Add the keyword "final" to the class declaration. Medium FenceHistory.java 5
Class should be final Add the keyword "final" to the class declaration. Medium FrequentTravellerDetails.java 5
Class should be final Add the keyword "final" to the class declaration. Medium FrequentTripDetails.java 5
Class should be final Add the keyword "final" to the class declaration. Medium Geofence.java 5
Class should be final Add the keyword "final" to the class declaration. Medium GeovehicleMap.java 5
Class should be final Add the keyword "final" to the class declaration. Medium Inbox.java 5
Class should be final Add the keyword "final" to the class declaration. Medium LMU4100Map.java 7
Class should be final Add the keyword "final" to the class declaration. Medium Notification.java 5
Class should be final Add the keyword "final" to the class declaration. Medium Organization.java 5
Class should be final Add the keyword "final" to the class declaration. Medium PickupPoints.java 5
Class should be final Add the keyword "final" to the class declaration. Medium ReportRef.java 30
Class should be final Add the keyword "final" to the class declaration. Medium LMU4100Map.java 5
Class should be final Add the keyword "final" to the class declaration. Medium SavingStatus.java 5
Class should be final Add the keyword "final" to the class declaration. Medium Speedparameter.java 5
Class should be final Add the keyword "final" to the class declaration. Medium TripDetails.java 22
Class should be final Add the keyword "final" to the class declaration. Medium TripMsgParams.java 18
Class should be final Add the keyword "final" to the class declaration. Medium TripParameters.java 66
Class should be final Add the keyword "final" to the class declaration. Medium TripPreference.java 5
Class should be final Add the keyword "final" to the class declaration. Medium TripScraps.java 5
Class should be final Add the keyword "final" to the class declaration. Medium TripTravelerDetails.java 5
Class should be final Add the keyword "final" to the class declaration. Medium TripVehicleMap.java 5
Class should be final Add the keyword "final" to the class declaration. Medium User.java 5
Class should be final Add the keyword "final" to the class declaration. Medium UserDetails.java 5
Class should be final Add the keyword "final" to the class declaration. Medium UserGeofenceMap.java 5
Class should be final Add the keyword "final" to the class declaration. Medium UserLandmarks.java 5
Class should be final Add the keyword "final" to the class declaration. Medium UserPreference.java 5
Class should be final Add the keyword "final" to the class declaration. Medium UserPreferences.java 5
Class should be final Add the keyword "final" to the class declaration. Medium Vehicle.java 5
Class should be final Add the keyword "final" to the class declaration. Medium VehicleDetails.java 11
Class should be final Add the keyword "final" to the class declaration. Medium VehicleGroup.java 5
Class should be final Add the keyword "final" to the class declaration. Medium ObjectFactory.java 29
 
Violation Recommendation Severity Resource Line
Instance of java.io.ByteArrayOutputStream not closed Add code to the method to ensure that the instance of the class null is properly closed. Medium LogHandler.java 20
Instance of java.io.StringReader not closed Add code to the method to ensure that the instance of the class null is properly closed. Medium LMUUtils.java 197
Instance of java.io.StringReader not closed Add code to the method to ensure that the instance of the class null is properly closed. Medium LMUUtils.java 199
Instance of java.io.BufferedReader not closed Add code to the method to ensure that the instance of the class null is properly closed. Medium UDPClient.java 46
Instance of java.io.FileReader not closed Add code to the method to ensure that the instance of the class null is properly closed. Medium UDPClient.java 69
Instance of java.io.FileReader not closed Add code to the method to ensure that the instance of the class null is properly closed. Medium UDPClient.java 88
 
Violation Recommendation Severity Resource Line
Undocumented closing brace Add the appropriate comment after the closing brace. Medium CategoryReader.java 37
Undocumented closing brace Add the appropriate comment after the closing brace. Medium CategoryReader.java 48
Undocumented closing brace Add the appropriate comment after the closing brace. Medium CategoryReader.java 66
Undocumented closing brace Add the appropriate comment after the closing brace. Medium CategoryReader.java 89
Undocumented closing brace Add the appropriate comment after the closing brace. Medium CategoryReader.java 90
Undocumented closing brace Add the appropriate comment after the closing brace. Medium CategoryReader.java 93
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DirectParamEvaluator.java 58
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DirectParamEvaluator.java 59
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DriftMasker.java 63
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DriftMasker.java 92
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpReader.java 38
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpReader.java 49
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpReader.java 69
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpReader.java 90
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpReader.java 91
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpReader.java 94
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpressionDecoder.java 62
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpressionDecoder.java 66
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpressionDecoder.java 123
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpressionDecoder.java 130
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpressionDecoder.java 141
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpressionHandler.java 35
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ValidatorReader.java 41
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ValidatorReader.java 52
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ValidatorReader.java 114
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ValidatorReader.java 138
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ValidatorReader.java 139
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ValidatorReader.java 142
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FileUtilities.java 87
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FileUtilities.java 89
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FileUtilities.java 90
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FileUtilities.java 91
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LMUResource.java 51
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketDataFetcher.java 92
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketDataFetcher.java 96
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketDataFetcher.java 97
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketDataFetcher.java 99
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ParamUtils.java 32
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ParamUtils.java 56
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ParamUtils.java 63
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ParamUtils.java 69
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ValidatorFactory.java 27
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertManager.java 33
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertManager.java 45
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertManager.java 66
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertManager.java 82
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AsyncCaller.java 116
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AsyncCaller.java 121
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AsyncCaller.java 122
Undocumented closing brace Add the appropriate comment after the closing brace. Medium Base16Encoder.java 37
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ClientCommunicator.java 56
Undocumented closing brace Add the appropriate comment after the closing brace. Medium configReader.java 41
Undocumented closing brace Add the appropriate comment after the closing brace. Medium configReader.java 79
Undocumented closing brace Add the appropriate comment after the closing brace. Medium configReader.java 111
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ConsumerThread.java 70
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ConsumerThread.java 75
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ConsumerThread.java 76
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ConsumerThread.java 142
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DBManager.java 126
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DBManager.java 161
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DBManager.java 165
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LMUUtils.java 66
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LMUUtils.java 80
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LMUUtils.java 147
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LMUUtils.java 226
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketConsumer.java 118
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketConsumer.java 159
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketConsumer.java 178
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketConsumer.java 200
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketConsumer.java 216
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketConsumer.java 228
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketConsumer.java 266
Undocumented closing brace Add the appropriate comment after the closing brace. Medium packetHandler.java 34
Undocumented closing brace Add the appropriate comment after the closing brace. Medium packetHandler.java 48
Undocumented closing brace Add the appropriate comment after the closing brace. Medium packetHandler.java 192
Undocumented closing brace Add the appropriate comment after the closing brace. Medium packetHandler.java 218
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketProducer.java 64
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketProducer.java 119
Undocumented closing brace Add the appropriate comment after the closing brace. Medium QueueAllocator.java 51
Undocumented closing brace Add the appropriate comment after the closing brace. Medium QueueAllocator.java 84
Undocumented closing brace Add the appropriate comment after the closing brace. Medium recieveThread.java 85
Undocumented closing brace Add the appropriate comment after the closing brace. Medium recieveThread.java 96
Undocumented closing brace Add the appropriate comment after the closing brace. Medium recieveThread.java 140
Undocumented closing brace Add the appropriate comment after the closing brace. Medium recieveThread.java 166
Undocumented closing brace Add the appropriate comment after the closing brace. Medium recieveThread.java 183
Undocumented closing brace Add the appropriate comment after the closing brace. Medium RecieveThreadDummy.java 24
Undocumented closing brace Add the appropriate comment after the closing brace. Medium sendMessage.java 55
Undocumented closing brace Add the appropriate comment after the closing brace. Medium sendMessage.java 61
Undocumented closing brace Add the appropriate comment after the closing brace. Medium sendMessage.java 87
Undocumented closing brace Add the appropriate comment after the closing brace. Medium sendMessage.java 126
Undocumented closing brace Add the appropriate comment after the closing brace. Medium sendMessage.java 132
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TestClient.java 54
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TestClient.java 96
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TimerTask1.java 38
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPClient.java 83
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPClient.java 84
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPClient.java 104
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPClient.java 105
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPClient.java 172
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPClient.java 220
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPServer.java 32
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPServer.java 34
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPServer.java 45
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPServerHandler.java 92
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPServerMINA.java 105
Undocumented closing brace Add the appropriate comment after the closing brace. Medium WSClient.java 56
Undocumented closing brace Add the appropriate comment after the closing brace. Medium WSThread.java 119
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AccumulatorRef.java 38
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AccumulatorRef.java 39
Undocumented closing brace Add the appropriate comment after the closing brace. Medium Configurations.java 32
Undocumented closing brace Add the appropriate comment after the closing brace. Medium Configurations.java 34
Undocumented closing brace Add the appropriate comment after the closing brace. Medium Device.java 36
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LMU4100Map.java 18
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LMU4100Map.java 14
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripDetails.java 157
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripDetails.java 158
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 156
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 247
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 261
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 265
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 266
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 280
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 310
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 359
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 492
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleDetails.java 42
 
Violation Recommendation Severity Resource Line
Import out of order: org.w3c.dom.Document Change the order of the imports or invoke the Organize Imports command. Medium CategoryReader.java 18
Import out of order: org.w3c.dom.Element Change the order of the imports or invoke the Organize Imports command. Medium CategoryReader.java 20
Import out of order: org.apache.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium DriftMasker.java 17
Import out of order: com.gps.utilities.PacketDataFetcher Change the order of the imports or invoke the Organize Imports command. Medium DriftMasker.java 20
Import out of order: org.w3c.dom.Document Change the order of the imports or invoke the Organize Imports command. Medium ExpReader.java 19
Import out of order: org.w3c.dom.Element Change the order of the imports or invoke the Organize Imports command. Medium ExpReader.java 21
Import out of order: org.apache.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium ExpressionHandler.java 12
Import out of order: org.apache.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium ValidatorReader.java 19
Import out of order: org.w3c.dom.Document Change the order of the imports or invoke the Organize Imports command. Medium ValidatorReader.java 22
Import out of order: org.w3c.dom.Element Change the order of the imports or invoke the Organize Imports command. Medium ValidatorReader.java 24
Import out of order: org.apache.cayenne.access.DataContext Change the order of the imports or invoke the Organize Imports command. Medium LMUResource.java 8
Import out of order: com.gps.utilities.StringConstants Change the order of the imports or invoke the Organize Imports command. Medium LMUResource.java 14
Import out of order: org.apache.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium PacketDataFetcher.java 18
Import out of order: com.gps.notifier.AlertNotification Change the order of the imports or invoke the Organize Imports command. Medium AlertManager.java 13
Import out of order: LMU4100.DB.TripParameters Change the order of the imports or invoke the Organize Imports command. Medium AsyncCaller.java 22
Import out of order: com.gps.services.GpsWebserviceClient Change the order of the imports or invoke the Organize Imports command. Medium AsyncCaller.java 25
Import out of order: java.io.File Change the order of the imports or invoke the Organize Imports command. Medium configReader.java 4
Import out of order: org.apache.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium configReader.java 8
Import out of order: java.text.DateFormat Change the order of the imports or invoke the Organize Imports command. Medium DBManager.java 22
Import out of order: org.apache.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium DBManager.java 30
Import out of order: com.gps.services.GpsWebserviceClient Change the order of the imports or invoke the Organize Imports command. Medium DBManager.java 34
Import out of order: java.util Change the order of the imports or invoke the Organize Imports command. Medium DBManager_PerfTest.java 3
Import out of order: org.apache.cayenne.exp Change the order of the imports or invoke the Organize Imports command. Medium DBManager_PerfTest.java 7
Import out of order: org.apache.cayenne Change the order of the imports or invoke the Organize Imports command. Medium DBManager_PerfTest.java 9
Import out of order: org.apache.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium packetHandler.java 8
Import out of order: java.util.ArrayList Change the order of the imports or invoke the Organize Imports command. Medium packetHandler.java 10
Import out of order: java.util.ArrayList Change the order of the imports or invoke the Organize Imports command. Medium recieveThread.java 21
Import out of order: java.net Change the order of the imports or invoke the Organize Imports command. Medium recieveThread.java 28
Import out of order: com.gps.services.GpsWebserviceClient Change the order of the imports or invoke the Organize Imports command. Medium recieveThread.java 46
Import out of order: java.util.ArrayList Change the order of the imports or invoke the Organize Imports command. Medium sendMessage.java 6
Import out of order: java.net Change the order of the imports or invoke the Organize Imports command. Medium sendMessage.java 7
Import out of order: org.apache.james.mime4j.field.datetime.DateTime Change the order of the imports or invoke the Organize Imports command. Medium UDPServerHandler.java 14
Import out of order: java.util.concurrent.ArrayBlockingQueue Change the order of the imports or invoke the Organize Imports command. Medium UDPServerMINA.java 19
Import out of order: java.net.DatagramSocket Change the order of the imports or invoke the Organize Imports command. Medium UDPServerMINA.java 24
Import out of order: LMU4100.DB.LMU4100Map Change the order of the imports or invoke the Organize Imports command. Medium WSClient.java 17
Import out of order: LMU4100.DB.LMU4100Map Change the order of the imports or invoke the Organize Imports command. Medium WSThread.java 17
Import out of order: com.gps.services.GpsWebserviceClient Change the order of the imports or invoke the Organize Imports command. Medium WSThread.java 20
Import out of order: org.apache.cayenne.access.DataContext Change the order of the imports or invoke the Organize Imports command. Medium TripDetails.java 13
Import out of order: java.util.Date Change the order of the imports or invoke the Organize Imports command. Medium TripMsgParams.java 7
Import out of order: org.apache.cayenne.DataObjectUtils Change the order of the imports or invoke the Organize Imports command. Medium TripMsgParams.java 10
Import out of order: org.apache.cayenne.DataObjectUtils Change the order of the imports or invoke the Organize Imports command. Medium TripParameters.java 49
Import out of order: LMU4100.DB.auto._AccumulatorRef Change the order of the imports or invoke the Organize Imports command. Medium TripParameters.java 61
 
Violation Recommendation Severity Resource Line
Constant conditional expression Reevaluate the Expression. Medium UDPServer.java 21
 
Violation Recommendation Severity Resource Line
Constant defined in class The constant declaration should be moved to an interface. Medium StringConstants.java 11
Constant defined in class The constant declaration should be moved to an interface. Medium StringConstants.java 12
Constant defined in class The constant declaration should be moved to an interface. Medium StringConstants.java 13
Constant defined in class The constant declaration should be moved to an interface. Medium StringConstants.java 14
Constant defined in class The constant declaration should be moved to an interface. Medium StringConstants.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium StringConstants.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium StringConstants.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium StringConstants.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium mandatoryItems.java 5
Constant defined in class The constant declaration should be moved to an interface. Medium mandatoryItems.java 7
Constant defined in class The constant declaration should be moved to an interface. Medium mandatoryItems.java 9
Constant defined in class The constant declaration should be moved to an interface. Medium mandatoryItems.java 11
Constant defined in class The constant declaration should be moved to an interface. Medium _Accounts.java 13
Constant defined in class The constant declaration should be moved to an interface. Medium _Accounts.java 14
Constant defined in class The constant declaration should be moved to an interface. Medium _AccumulatorRef.java 7
Constant defined in class The constant declaration should be moved to an interface. Medium _AccumulatorRef.java 8
Constant defined in class The constant declaration should be moved to an interface. Medium _CharityBarometer.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _CharityBarometer.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _CharityBarometer.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _CharityBarometer.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _Configurations.java 7
Constant defined in class The constant declaration should be moved to an interface. Medium _Configurations.java 8
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _FenceHistory.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _FenceHistory.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _FenceHistory.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _FenceHistory.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _FenceHistory.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _FenceHistory.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _FenceHistory.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _FrequentTravellerDetails.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _FrequentTravellerDetails.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _FrequentTravellerDetails.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _FrequentTripDetails.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _FrequentTripDetails.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _FrequentTripDetails.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _FrequentTripDetails.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium _GeovehicleMap.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _GeovehicleMap.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _GeovehicleMap.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _GeovehicleMap.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _Notification.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _Notification.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _Notification.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _Notification.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _Notification.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _PickupPoints.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _PickupPoints.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _PickupPoints.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _PickupPoints.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _ReportRef.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _ReportRef.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _ReportRef.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _ReportRef.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _SavingStatus.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _SavingStatus.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _SavingStatus.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _SavingStatus.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _SavingStatus.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _SavingStatus.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _SavingStatus.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _Speedparameter.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _Speedparameter.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _Speedparameter.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _Speedparameter.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium _TripMsgParams.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _TripMsgParams.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _TripMsgParams.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _TripMsgParams.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _TripMsgParams.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _TripMsgParams.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 42
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 43
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 45
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 46
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 47
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 48
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 49
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 51
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 52
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 53
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 56
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 13
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 14
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _TripScraps.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _TripScraps.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _TripScraps.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _TripScraps.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium _TripVehicleMap.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _TripVehicleMap.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _TripVehicleMap.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 42
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 43
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 44
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 45
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 46
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 47
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 48
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 49
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 50
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 51
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 52
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 53
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 54
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 55
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 56
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 57
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 58
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 59
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 60
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 61
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 63
Constant defined in class The constant declaration should be moved to an interface. Medium _UserGeofenceMap.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _UserGeofenceMap.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _UserGeofenceMap.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _UserLandmarks.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _UserLandmarks.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _UserLandmarks.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _UserLandmarks.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _UserLandmarks.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _UserLandmarks.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreference.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreference.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreference.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreference.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreference.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 42
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 43
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 44
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 46
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleGroup.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleGroup.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleGroup.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleGroup.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleGroup.java 22
 
Violation Recommendation Severity Resource Line
No message specified when creating exception Pass a message in when creating the exception. Medium PacketConsumer.java 116
 
Violation Recommendation Severity Resource Line
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CategoryReader.java 74
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CategoryReader.java 77
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CategoryReader.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CategoryReader.java 82
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CategoryReader.java 84
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DirectParamEvaluator.java 30
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DirectParamEvaluator.java 35
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DirectParamEvaluator.java 36
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DirectParamEvaluator.java 41
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DriftMasker.java 40
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DriftMasker.java 43
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DriftMasker.java 53
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DriftMasker.java 61
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DriftMasker.java 71
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpReader.java 76
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpReader.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpReader.java 81
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpReader.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpReader.java 85
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpressionDecoder.java 57
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpressionDecoder.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpressionDecoder.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpressionDecoder.java 89
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ValidatorReader.java 124
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ValidatorReader.java 127
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ValidatorReader.java 129
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ValidatorReader.java 130
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ValidatorReader.java 133
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GpsWebserviceClient.java 89
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GpsWebserviceClient.java 92
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GpsWebserviceClient.java 96
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FileUtilities.java 39
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FileUtilities.java 42
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FileUtilities.java 60
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FileUtilities.java 75
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FileUtilities.java 77
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUResource.java 49
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LogHandler.java 21
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketDataFetcher.java 74
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketDataFetcher.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketDataFetcher.java 86
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketDataFetcher.java 88
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ParamUtils.java 25
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ParamUtils.java 26
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ParamUtils.java 27
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ParamUtils.java 30
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ParamUtils.java 31
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ParamUtils.java 45
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ValidatorFactory.java 26
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertManager.java 28
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertManager.java 55
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertManager.java 58
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertManager.java 59
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertManager.java 60
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertManager.java 77
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AsyncCaller.java 72
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AsyncCaller.java 98
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AsyncCaller.java 98
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Base16Encoder.java 12
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Base16Encoder.java 23
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ClientCommunicator.java 41
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ClientCommunicator.java 46
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ClientCommunicator.java 67
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ClientCommunicator.java 84
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium configReader.java 31
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium configReader.java 33
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium configReader.java 71
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium configReader.java 73
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium configReader.java 103
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium configReader.java 105
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConsumerThread.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConsumerThread.java 119
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConsumerThread.java 122
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConsumerThread.java 138
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DBManager.java 81
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DBManager.java 109
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DBManager.java 109
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DBManager.java 118
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DBManager_PerfTest.java 47
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DBManager_PerfTest.java 51
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DBManager_PerfTest.java 51
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 45
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 60
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 62
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 92
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 120
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 135
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 140
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 168
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 187
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 198
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 200
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 217
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketConsumer.java 130
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketConsumer.java 136
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketConsumer.java 138
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketConsumer.java 177
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketConsumer.java 197
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketConsumer.java 258
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium packetHandler.java 23
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium packetHandler.java 24
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium packetHandler.java 43
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium packetHandler.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium packetHandler.java 121
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium packetHandler.java 147
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketProducer.java 137
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketProducer.java 138
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketProducer.java 148
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 64
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 73
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 87
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 112
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 128
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 171
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 180
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 180
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 185
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 185
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RecieveThreadDummy.java 23
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 34
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 41
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 91
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 93
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 118
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 118
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 120
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 125
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 125
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 129
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TestClient.java 38
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TestClient.java 43
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TestClient.java 66
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TestClient.java 85
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TimerTask1.java 34
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPClient.java 47
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPClient.java 72
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPClient.java 92
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPClient.java 98
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPClient.java 115
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPServer.java 26
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPServerHandler.java 89
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPServerMINA.java 80
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPServerMINA.java 86
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPServerMINA.java 101
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPServerMINA.java 106
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPServerMINA.java 108
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPServerMINA.java 144
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium WSThread.java 61
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium WSThread.java 66
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium WSThread.java 72
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium WSThread.java 72
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium WSThread.java 80
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium WSThread.java 90
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium WSThread.java 116
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium WSThread.java 117
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccumulatorRef.java 29
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccumulatorRef.java 34
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccumulatorRef.java 37
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Configurations.java 24
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Configurations.java 28
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Configurations.java 30
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Device.java 17
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Device.java 18
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Device.java 30
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Device.java 31
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReportRef.java 39
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReportRef.java 59
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripDetails.java 125
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripDetails.java 130
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripDetails.java 144
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripDetails.java 182
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripDetails.java 184
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripDetails.java 184
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripMsgParams.java 27
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripMsgParams.java 29
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 97
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 141
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 175
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 212
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 224
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 236
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 243
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 245
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 269
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 272
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 294
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 319
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 328
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleDetails.java 32
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleDetails.java 34
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleDetails.java 37
 
Violation Recommendation Severity Resource Line
Convert class to interface: UpdateRfidHistoryResponse Convert the UpdateRfidHistoryResponse class to an interface. Medium UpdateRfidHistoryResponse.java 31
Convert class to interface: StringConstants Convert the StringConstants class to an interface. Medium StringConstants.java 10
Convert class to interface: LMMessage Convert the LMMessage class to an interface. Medium LMMessage.java 2
Convert class to interface: mandatoryItems Convert the mandatoryItems class to an interface. Medium mandatoryItems.java 2
Convert class to interface: Accounts Convert the Accounts class to an interface. Medium Accounts.java 5
Convert class to interface: _LMU4100Map Convert the _LMU4100Map class to an interface. Medium _LMU4100Map.java 11
Convert class to interface: CharityBarometer Convert the CharityBarometer class to an interface. Medium CharityBarometer.java 5
Convert class to interface: Feedback Convert the Feedback class to an interface. Medium Feedback.java 5
Convert class to interface: FenceHistory Convert the FenceHistory class to an interface. Medium FenceHistory.java 5
Convert class to interface: FrequentTravellerDetails Convert the FrequentTravellerDetails class to an interface. Medium FrequentTravellerDetails.java 5
Convert class to interface: FrequentTripDetails Convert the FrequentTripDetails class to an interface. Medium FrequentTripDetails.java 5
Convert class to interface: Geofence Convert the Geofence class to an interface. Medium Geofence.java 5
Convert class to interface: GeovehicleMap Convert the GeovehicleMap class to an interface. Medium GeovehicleMap.java 5
Convert class to interface: Inbox Convert the Inbox class to an interface. Medium Inbox.java 5
Convert class to interface: Notification Convert the Notification class to an interface. Medium Notification.java 5
Convert class to interface: PickupPoints Convert the PickupPoints class to an interface. Medium PickupPoints.java 5
Convert class to interface: _LMU4100Map Convert the _LMU4100Map class to an interface. Medium _LMU4100Map.java 11
Convert class to interface: SavingStatus Convert the SavingStatus class to an interface. Medium SavingStatus.java 5
Convert class to interface: Speedparameter Convert the Speedparameter class to an interface. Medium Speedparameter.java 5
Convert class to interface: TripPreference Convert the TripPreference class to an interface. Medium TripPreference.java 5
Convert class to interface: TripScraps Convert the TripScraps class to an interface. Medium TripScraps.java 5
Convert class to interface: TripTravelerDetails Convert the TripTravelerDetails class to an interface. Medium TripTravelerDetails.java 5
Convert class to interface: TripVehicleMap Convert the TripVehicleMap class to an interface. Medium TripVehicleMap.java 5
Convert class to interface: User Convert the User class to an interface. Medium User.java 5
Convert class to interface: UserDetails Convert the UserDetails class to an interface. Medium UserDetails.java 5
Convert class to interface: UserGeofenceMap Convert the UserGeofenceMap class to an interface. Medium UserGeofenceMap.java 5
Convert class to interface: UserLandmarks Convert the UserLandmarks class to an interface. Medium UserLandmarks.java 5
Convert class to interface: UserPreference Convert the UserPreference class to an interface. Medium UserPreference.java 5
Convert class to interface: UserPreferences Convert the UserPreferences class to an interface. Medium UserPreferences.java 5
Convert class to interface: Vehicle Convert the Vehicle class to an interface. Medium Vehicle.java 5
Convert class to interface: VehicleGroup Convert the VehicleGroup class to an interface. Medium VehicleGroup.java 5
 
Violation Recommendation Severity Resource Line
Local variable should be final: util Declare the "util" variable final. Medium CategoryReader.java 43
Local variable should be final: mylist Declare the "mylist" variable final. Medium CategoryReader.java 57
Local variable should be final: expressionReader Declare the "expressionReader" variable final. Medium DirectParamEvaluator.java 29
Local variable should be final: expression Declare the "expression" variable final. Medium DirectParamEvaluator.java 31
Local variable should be final: decoder Declare the "decoder" variable final. Medium DirectParamEvaluator.java 32
Local variable should be final: handler Declare the "handler" variable final. Medium DirectParamEvaluator.java 33
Local variable should be final: correctPacketvalues Declare the "correctPacketvalues" variable final. Medium DriftMasker.java 32
Local variable should be final: arlValue Declare the "arlValue" variable final. Medium DriftMasker.java 36
Local variable should be final: catReader Declare the "catReader" variable final. Medium DriftMasker.java 39
Local variable should be final: decoder Declare the "decoder" variable final. Medium DriftMasker.java 41
Local variable should be final: loadCategory Declare the "loadCategory" variable final. Medium DriftMasker.java 46
Local variable should be final: expression Declare the "expression" variable final. Medium DriftMasker.java 50
Local variable should be final: Keys Declare the "Keys" variable final. Medium DriftMasker.java 67
Local variable should be final: util Declare the "util" variable final. Medium ExpReader.java 44
Local variable should be final: mylist Declare the "mylist" variable final. Medium ExpReader.java 60
Local variable should be final: arlValue Declare the "arlValue" variable final. Medium ExpressionDecoder.java 43
Local variable should be final: ss Declare the "ss" variable final. Medium ExpressionDecoder.java 118
Local variable should be final: objJep Declare the "objJep" variable final. Medium ExpressionHandler.java 52
Local variable should be final: util Declare the "util" variable final. Medium ValidatorReader.java 47
Local variable should be final: mylist Declare the "mylist" variable final. Medium ValidatorReader.java 104
Local variable should be final: lat Declare the "lat" variable final. Medium GpsWebserviceClient.java 66
Local variable should be final: lon Declare the "lon" variable final. Medium GpsWebserviceClient.java 67
Local variable should be final: vehicleId Declare the "vehicleId" variable final. Medium GpsWebserviceClient.java 68
Local variable should be final: cal Declare the "cal" variable final. Medium GpsWebserviceClient.java 69
Local variable should be final: url Declare the "url" variable final. Medium GpsWebserviceClient.java 80
Local variable should be final: qname Declare the "qname" variable final. Medium GpsWebserviceClient.java 84
Local variable should be final: service Declare the "service" variable final. Medium GpsWebserviceClient.java 86
Local variable should be final: region Declare the "region" variable final. Medium GpsWebserviceClient.java 89
Local variable should be final: itr Declare the "itr" variable final. Medium GpsWebserviceClient.java 90
Private field should be final: log Declare the "log" field final. Medium FileUtilities.java 29
Local variable should be final: dbf Declare the "dbf" variable final. Medium FileUtilities.java 33
Local variable should be final: db Declare the "db" variable final. Medium FileUtilities.java 34
Local variable should be final: is Declare the "is" variable final. Medium FileUtilities.java 36
Local variable should be final: nList Declare the "nList" variable final. Medium FileUtilities.java 60
Local variable should be final: j Declare the "j" variable final. Medium FileUtilities.java 71
Private field should be final: log Declare the "log" field final. Medium LMUResource.java 24
Local variable should be final: repRef Declare the "repRef" variable final. Medium LMUResource.java 40
Local variable should be final: context Declare the "context" variable final. Medium LMUResource.java 41
Local variable should be final: ackEvent Declare the "ackEvent" variable final. Medium LMUResource.java 42
Local variable should be final: refList Declare the "refList" variable final. Medium LMUResource.java 45
Local variable should be final: bout Declare the "bout" variable final. Medium LogHandler.java 20
Local variable should be final: msg Declare the "msg" variable final. Medium LogHandler.java 22
Local variable should be final: restWS Declare the "restWS" variable final. Medium PacketDataFetcher.java 33
Local variable should be final: query Declare the "query" variable final. Medium PacketDataFetcher.java 53
Local variable should be final: array Declare the "array" variable final. Medium PacketDataFetcher.java 73
Local variable should be final: hashKeys Declare the "hashKeys" variable final. Medium PacketDataFetcher.java 74
Local variable should be final: oldParamVals Declare the "oldParamVals" variable final. Medium ParamUtils.java 21
Local variable should be final: strA Declare the "strA" variable final. Medium ParamUtils.java 45
Local variable should be final: arlReturn Declare the "arlReturn" variable final. Medium ParamUtils.java 47
Local variable should be final: c Declare the "c" variable final. Medium ValidatorFactory.java 17
Local variable should be final: eventcodes Declare the "eventcodes" variable final. Medium AlertManager.java 27
Local variable should be final: formatter Declare the "formatter" variable final. Medium AlertManager.java 48
Local variable should be final: vehicle Declare the "vehicle" variable final. Medium AlertManager.java 55
Local variable should be final: speed Declare the "speed" variable final. Medium AlertManager.java 56
Local variable should be final: dte Declare the "dte" variable final. Medium AlertManager.java 57
Local variable should be final: group Declare the "group" variable final. Medium AlertManager.java 61
Local variable should be final: alMgr Declare the "alMgr" variable final. Medium AlertManager.java 75
Local variable should be final: e Declare the "e" variable final. Medium AlertManager.java 77
Local variable should be final: isInterested Declare the "isInterested" variable final. Medium AlertManager.java 83
Local variable should be final: future Declare the "future" variable final. Medium AsyncCaller.java 41
Local variable should be final: cal Declare the "cal" variable final. Medium AsyncCaller.java 64
Local variable should be final: date2 Declare the "date2" variable final. Medium AsyncCaller.java 73
Local variable should be final: gpsClient Declare the "gpsClient" variable final. Medium AsyncCaller.java 74
Local variable should be final: alMgr Declare the "alMgr" variable final. Medium AsyncCaller.java 80
Local variable should be final: eventcode Declare the "eventcode" variable final. Medium AsyncCaller.java 83
Local variable should be final: evcode Declare the "evcode" variable final. Medium AsyncCaller.java 84
Local variable should be final: OrgId Declare the "OrgId" variable final. Medium AsyncCaller.java 86
Local variable should be final: restWS Declare the "restWS" variable final. Medium AsyncCaller.java 96
Local variable should be final: isIn Declare the "isIn" variable final. Medium AsyncCaller.java 98
Local variable should be final: formatter Declare the "formatter" variable final. Medium AsyncCaller.java 100
Local variable should be final: encoder Declare the "encoder" variable final. Medium AsyncCaller.java 104
Local variable should be final: date Declare the "date" variable final. Medium AsyncCaller.java 107
Local variable should be final: flag Declare the "flag" variable final. Medium AsyncCaller.java 109
Local variable should be final: msr Declare the "msr" variable final. Medium AsyncCaller.java 148
Local variable should be final: hexBuffer Declare the "hexBuffer" variable final. Medium Base16Encoder.java 12
Local variable should be final: len Declare the "len" variable final. Medium Base16Encoder.java 23
Local variable should be final: r Declare the "r" variable final. Medium Base16Encoder.java 24
Private field should be final: connector Declare the "connector" field final. Medium ClientCommunicator.java 25
Local variable should be final: connFuture Declare the "connFuture" variable final. Medium ClientCommunicator.java 38
Local variable should be final: free Declare the "free" variable final. Medium ClientCommunicator.java 64
Local variable should be final: ack Declare the "ack" variable final. Medium ClientCommunicator.java 65
Local variable should be final: buffer Declare the "buffer" variable final. Medium ClientCommunicator.java 66
Local variable should be final: resbundle Declare the "resbundle" variable final. Medium CommonClass.java 17
Local variable should be final: jc Declare the "jc" variable final. Medium configReader.java 29
Local variable should be final: unmarshaller Declare the "unmarshaller" variable final. Medium configReader.java 31
Local variable should be final: jc Declare the "jc" variable final. Medium configReader.java 69
Local variable should be final: unmarshaller Declare the "unmarshaller" variable final. Medium configReader.java 71
Local variable should be final: jc Declare the "jc" variable final. Medium configReader.java 101
Local variable should be final: unmarshaller Declare the "unmarshaller" variable final. Medium configReader.java 103
Private field should be final: observerList Declare the "observerList" field final. Medium ConsumerThread.java 38
Private field should be final: i Declare the "i" field final. Medium ConsumerThread.java 40
Local variable should be final: services Declare the "services" variable final. Medium ConsumerThread.java 51
Local variable should be final: dbObj Declare the "dbObj" variable final. Medium ConsumerThread.java 150
Local variable should be final: restWS Declare the "restWS" variable final. Medium DBManager.java 71
Local variable should be final: gpsClient Declare the "gpsClient" variable final. Medium DBManager.java 75
Local variable should be final: date2 Declare the "date2" variable final. Medium DBManager.java 84
Local variable should be final: flag Declare the "flag" variable final. Medium DBManager.java 92
Local variable should be final: formatter Declare the "formatter" variable final. Medium DBManager.java 111
Local variable should be final: encoder Declare the "encoder" variable final. Medium DBManager.java 114
Local variable should be final: date Declare the "date" variable final. Medium DBManager.java 116
Local variable should be final: flag Declare the "flag" variable final. Medium DBManager.java 118
Local variable should be final: caller Declare the "caller" variable final. Medium DBManager.java 197
Local variable should be final: context Declare the "context" variable final. Medium DBManager_PerfTest.java 15
Local variable should be final: objTrpDtl Declare the "objTrpDtl" variable final. Medium DBManager_PerfTest.java 46
Local variable should be final: trpParams Declare the "trpParams" variable final. Medium DBManager_PerfTest.java 47
Local variable should be final: latTemp Declare the "latTemp" variable final. Medium DBManager_PerfTest.java 64
Local variable should be final: longTemp Declare the "longTemp" variable final. Medium DBManager_PerfTest.java 66
Private field should be final: format1 Declare the "format1" field final. Medium LMUUtils.java 36
Local variable should be final: date1 Declare the "date1" variable final. Medium LMUUtils.java 39
Local variable should be final: d Declare the "d" variable final. Medium LMUUtils.java 43
Local variable should be final: cal Declare the "cal" variable final. Medium LMUUtils.java 44
Local variable should be final: digits Declare the "digits" variable final. Medium LMUUtils.java 59
Local variable should be final: digits Declare the "digits" variable final. Medium LMUUtils.java 73
Local variable should be final: cal Declare the "cal" variable final. Medium LMUUtils.java 88
Local variable should be final: format Declare the "format" variable final. Medium LMUUtils.java 108
Local variable should be final: cal Declare the "cal" variable final. Medium LMUUtils.java 110
Local variable should be final: client Declare the "client" variable final. Medium LMUUtils.java 118
Local variable should be final: host Declare the "host" variable final. Medium LMUUtils.java 119
Local variable should be final: method Declare the "method" variable final. Medium LMUUtils.java 122
Local variable should be final: statusCode Declare the "statusCode" variable final. Medium LMUUtils.java 140
Local variable should be final: responseBody Declare the "responseBody" variable final. Medium LMUUtils.java 150
Local variable should be final: utils Declare the "utils" variable final. Medium LMUUtils.java 179
Local variable should be final: factory Declare the "factory" variable final. Medium LMUUtils.java 186
Local variable should be final: xpath1 Declare the "xpath1" variable final. Medium LMUUtils.java 187
Local variable should be final: xpath2 Declare the "xpath2" variable final. Medium LMUUtils.java 188
Local variable should be final: exp1 Declare the "exp1" variable final. Medium LMUUtils.java 189
Local variable should be final: exp2 Declare the "exp2" variable final. Medium LMUUtils.java 190
Local variable should be final: address1 Declare the "address1" variable final. Medium LMUUtils.java 191
Local variable should be final: address2 Declare the "address2" variable final. Medium LMUUtils.java 192
Local variable should be final: inputXML Declare the "inputXML" variable final. Medium LMUUtils.java 197
Local variable should be final: inputXML2 Declare the "inputXML2" variable final. Medium LMUUtils.java 199
Private field should be final: log Declare the "log" field final. Medium MyLogger.java 8
Private field should be final: iPacketObserverList Declare the "iPacketObserverList" field final. Medium PacketConsumer.java 85
Local variable should be final: context Declare the "context" variable final. Medium PacketConsumer.java 95
Local variable should be final: accumRef Declare the "accumRef" variable final. Medium PacketConsumer.java 98
Local variable should be final: objConfig Declare the "objConfig" variable final. Medium PacketConsumer.java 108
Local variable should be final: ex Declare the "ex" variable final. Medium PacketConsumer.java 116
Local variable should be final: reader Declare the "reader" variable final. Medium PacketConsumer.java 129
Local variable should be final: validatorList Declare the "validatorList" variable final. Medium PacketConsumer.java 131
Local variable should be final: validatorFactory Declare the "validatorFactory" variable final. Medium PacketConsumer.java 133
Local variable should be final: context Declare the "context" variable final. Medium PacketConsumer.java 248
Local variable should be final: reference Declare the "reference" variable final. Medium PacketConsumer.java 253
Local variable should be final: Report Declare the "Report" variable final. Medium PacketConsumer.java 254
Local variable should be final: objPck Declare the "objPck" variable final. Medium PacketConsumer.java 270
Local variable should be final: commObj Declare the "commObj" variable final. Medium PacketProducer.java 52
Local variable should be final: thrdQ Declare the "thrdQ" variable final. Medium PacketProducer.java 106
Local variable should be final: objMsg Declare the "objMsg" variable final. Medium PacketProducer.java 134
Local variable should be final: properties Declare the "properties" variable final. Medium ProrpertiesManager.java 11
Local variable should be final: thrdQ Declare the "thrdQ" variable final. Medium QueueAllocator.java 70
Local variable should be final: qnamearr Declare the "qnamearr" variable final. Medium QueueAllocator.java 72
Local variable should be final: s Declare the "s" variable final. Medium recieveThread.java 64
Local variable should be final: sendData Declare the "sendData" variable final. Medium recieveThread.java 65
Local variable should be final: objndler Declare the "objndler" variable final. Medium recieveThread.java 69
Local variable should be final: mobileNumber Declare the "mobileNumber" variable final. Medium recieveThread.java 73
Local variable should be final: dateMillis Declare the "dateMillis" variable final. Medium recieveThread.java 74
Local variable should be final: strValue Declare the "strValue" variable final. Medium recieveThread.java 81
Local variable should be final: dummyHshtble Declare the "dummyHshtble" variable final. Medium recieveThread.java 114
Local variable should be final: objLMdir Declare the "objLMdir" variable final. Medium recieveThread.java 115
Local variable should be final: keys Declare the "keys" variable final. Medium recieveThread.java 117
Local variable should be final: objLMDr Declare the "objLMDr" variable final. Medium recieveThread.java 152
Local variable should be final: objParm Declare the "objParm" variable final. Medium recieveThread.java 153
Local variable should be final: producer Declare the "producer" variable final. Medium recieveThread.java 161
Local variable should be final: objProducer Declare the "objProducer" variable final. Medium recieveThread.java 163
Local variable should be final: keys Declare the "keys" variable final. Medium recieveThread.java 171
Local variable should be final: recThread Declare the "recThread" variable final. Medium recieveThread.java 197
Local variable should be final: producer Declare the "producer" variable final. Medium RecieveThreadDummy.java 42
Local variable should be final: objProducer Declare the "objProducer" variable final. Medium RecieveThreadDummy.java 43
Local variable should be final: objParam Declare the "objParam" variable final. Medium sendMessage.java 39
Local variable should be final: buffer Declare the "buffer" variable final. Medium sendMessage.java 40
Local variable should be final: strSize Declare the "strSize" variable final. Medium sendMessage.java 41
Local variable should be final: arlCopyValues Declare the "arlCopyValues" variable final. Medium sendMessage.java 62
Local variable should be final: dateFormat Declare the "dateFormat" variable final. Medium sendMessage.java 88
Local variable should be final: date Declare the "date" variable final. Medium sendMessage.java 89
Private field should be final: connector Declare the "connector" field final. Medium TestClient.java 22
Local variable should be final: connFuture Declare the "connFuture" variable final. Medium TestClient.java 35
Local variable should be final: strInput Declare the "strInput" variable final. Medium TestClient.java 63
Local variable should be final: buffer Declare the "buffer" variable final. Medium TestClient.java 65
Local variable should be final: buffer Declare the "buffer" variable final. Medium TestClient.java 93
Local variable should be final: executor Declare the "executor" variable final. Medium TimerTask1.java 29
Local variable should be final: serverSocket Declare the "serverSocket" variable final. Medium UDPServer.java 13
Local variable should be final: receiveData Declare the "receiveData" variable final. Medium UDPServer.java 14
Local variable should be final: sendData Declare the "sendData" variable final. Medium UDPServer.java 15
Local variable should be final: bits Declare the "bits" variable final. Medium UDPServer.java 39
Private field should be final: server Declare the "server" field final. Medium UDPServerHandler.java 20
Local variable should be final: buffer Declare the "buffer" variable final. Medium UDPServerHandler.java 87
Local variable should be final: remoteAddress Declare the "remoteAddress" variable final. Medium UDPServerHandler.java 89
Local variable should be final: packObj Declare the "packObj" variable final. Medium UDPServerMINA.java 68
Local variable should be final: acceptor Declare the "acceptor" variable final. Medium UDPServerMINA.java 72
Local variable should be final: chain Declare the "chain" variable final. Medium UDPServerMINA.java 75
Local variable should be final: dcfg Declare the "dcfg" variable final. Medium UDPServerMINA.java 85
Local variable should be final: addr Declare the "addr" variable final. Medium UDPServerMINA.java 107
Local variable should be final: IPAddress Declare the "IPAddress" variable final. Medium UDPServerMINA.java 108
Local variable should be final: port Declare the "port" variable final. Medium UDPServerMINA.java 109
Local variable should be final: url Declare the "url" variable final. Medium UDPServerMINA.java 124
Local variable should be final: clinet Declare the "clinet" variable final. Medium WSClient.java 77
Local variable should be final: cal Declare the "cal" variable final. Medium WSThread.java 42
Local variable should be final: context Declare the "context" variable final. Medium WSThread.java 43
Local variable should be final: utils Declare the "utils" variable final. Medium WSThread.java 46
Local variable should be final: paramList Declare the "paramList" variable final. Medium WSThread.java 48
Local variable should be final: restWS Declare the "restWS" variable final. Medium WSThread.java 52
Local variable should be final: eventCode Declare the "eventCode" variable final. Medium WSThread.java 54
Local variable should be final: isInorOut Declare the "isInorOut" variable final. Medium WSThread.java 55
Local variable should be final: userMSG Declare the "userMSG" variable final. Medium WSThread.java 56
Local variable should be final: gpsClient Declare the "gpsClient" variable final. Medium WSThread.java 64
Private field should be final: log Declare the "log" field final. Medium AccumulatorRef.java 15
Local variable should be final: hashAccum Declare the "hashAccum" variable final. Medium AccumulatorRef.java 20
Local variable should be final: accumIterator Declare the "accumIterator" variable final. Medium AccumulatorRef.java 22
Local variable should be final: query Declare the "query" variable final. Medium AccumulatorRef.java 24
Private field should be final: log Declare the "log" field final. Medium Configurations.java 14
Local variable should be final: configIterator Declare the "configIterator" variable final. Medium Configurations.java 19
Local variable should be final: query Declare the "query" variable final. Medium Configurations.java 20
Local variable should be final: selectQuery Declare the "selectQuery" variable final. Medium Device.java 29
Local variable should be final: devices Declare the "devices" variable final. Medium Device.java 30
Local variable should be final: ctxt Declare the "ctxt" variable final. Medium Device.java 48
Local variable should be final: device Declare the "device" variable final. Medium Device.java 49
Local variable should be final: lmap Declare the "lmap" variable final. Medium LMU4100Map.java 47
Local variable should be final: report Declare the "report" variable final. Medium ReportRef.java 37
Local variable should be final: selectQuery Declare the "selectQuery" variable final. Medium ReportRef.java 38
Local variable should be final: param Declare the "param" variable final. Medium ReportRef.java 52
Local variable should be final: report Declare the "report" variable final. Medium ReportRef.java 54
Local variable should be final: selectQuery Declare the "selectQuery" variable final. Medium ReportRef.java 55
Private field should be final: log Declare the "log" field final. Medium TripDetails.java 25
Local variable should be final: actualTime Declare the "actualTime" variable final. Medium TripDetails.java 68
Local variable should be final: query Declare the "query" variable final. Medium TripDetails.java 72
Local variable should be final: hours Declare the "hours" variable final. Medium TripDetails.java 98
Local variable should be final: mins Declare the "mins" variable final. Medium TripDetails.java 99
Local variable should be final: append1 Declare the "append1" variable final. Medium TripDetails.java 111
Local variable should be final: qualifier1 Declare the "qualifier1" variable final. Medium TripDetails.java 141
Local variable should be final: tripObj Declare the "tripObj" variable final. Medium TripDetails.java 177
Local variable should be final: ctxt Declare the "ctxt" variable final. Medium TripDetails.java 178
Local variable should be final: cal Declare the "cal" variable final. Medium TripDetails.java 180
Local variable should be final: date Declare the "date" variable final. Medium TripDetails.java 181
Local variable should be final: lng Declare the "lng" variable final. Medium TripDetails.java 183
Local variable should be final: lng1 Declare the "lng1" variable final. Medium TripDetails.java 184
Local variable should be final: trpMsgParams Declare the "trpMsgParams" variable final. Medium TripMsgParams.java 25
Local variable should be final: len Declare the "len" variable final. Medium TripMsgParams.java 28
Private field should be final: log Declare the "log" field final. Medium VehicleDetails.java 13
 
Violation Recommendation Severity Resource Line
Define the initial capacity of ArrayList instances Pre-define the initial capacity to avoid expensive array expansion. Medium CategoryReader.java 57
Define the initial capacity of ArrayList instances Pre-define the initial capacity to avoid expensive array expansion. Medium DriftMasker.java 36
Define the initial capacity of ArrayList instances Pre-define the initial capacity to avoid expensive array expansion. Medium ExpReader.java 60
Define the initial capacity of ArrayList instances Pre-define the initial capacity to avoid expensive array expansion. Medium ValidatorReader.java 104
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium PacketDataFetcher.java 55
Define the initial capacity of ArrayList instances Pre-define the initial capacity to avoid expensive array expansion. Medium ParamUtils.java 47
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium configReader.java 17
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium packetHandler.java 17
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium packetHandler.java 80
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium packetHandler.java 85
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium packetHandler.java 90
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium recieveThread.java 114
Define the initial capacity of ArrayList instances Pre-define the initial capacity to avoid expensive array expansion. Medium sendMessage.java 62
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium UDPServerMINA.java 59
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium TripParameters.java 75
 
Violation Recommendation Severity Resource Line
Define the load factor of Hashtable<String,List<Node>> instances Pass the load factor as an argument to the constructor. Medium CategoryReader.java 28
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium DriftMasker.java 26
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium DriftMasker.java 32
Define the load factor of Hashtable<String,List<Node>> instances Pass the load factor as an argument to the constructor. Medium ExpReader.java 29
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium ExpressionDecoder.java 21
Define the load factor of Hashtable<String,List<Node>> instances Pass the load factor as an argument to the constructor. Medium ValidatorReader.java 31
Define the load factor of Hashtable<String,List<Node>> instances Pass the load factor as an argument to the constructor. Medium FileUtilities.java 57
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium PacketDataFetcher.java 55
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium ParamUtils.java 21
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium AlertManager.java 23
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium configReader.java 17
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium PacketConsumer.java 80
Define the load factor of Hashtable<Integer,Integer> instances Pass the load factor as an argument to the constructor. Medium PacketConsumer.java 82
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium packetHandler.java 17
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium packetHandler.java 80
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium packetHandler.java 85
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium packetHandler.java 90
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium recieveThread.java 114
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium UDPServerMINA.java 53
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium UDPServerMINA.java 59
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium AccumulatorRef.java 20
Define the load factor of HashMap<String,Integer> instances Pass the load factor as an argument to the constructor. Medium ReportRef.java 52
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium TripParameters.java 75
Define the load factor of Hashtable<String,Double> instances Pass the load factor as an argument to the constructor. Medium TripParameters.java 129
 
Violation Recommendation Severity Resource Line
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium Base16Encoder.java 36
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium packetHandler.java 30
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium sendMessage.java 65
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium sendMessage.java 66
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium sendMessage.java 74
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium sendMessage.java 75
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium sendMessage.java 76
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium sendMessage.java 77
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium sendMessage.java 78
 
Violation Recommendation Severity Resource Line
Accidental Concatenation Enclose the sub-expression in parentheses. Medium sendMessage.java 70
Accidental Concatenation Enclose the sub-expression in parentheses. Medium sendMessage.java 71
 
Violation Recommendation Severity Resource Line
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium AlertManager.java 62
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium AlertManager.java 64
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium AlertManager.java 80
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium LMUUtils.java 144
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium LMUUtils.java 158
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium LMUUtils.java 162
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium TestClient.java 95
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium TimerTask1.java 37
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium UDPClient.java 107
 
Violation Recommendation Severity Resource Line
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium ConsumerThread.java 124
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium ConsumerThread.java 124
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium LMUUtils.java 78
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium packetHandler.java 46
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium RecieveThreadDummy.java 23
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium sendMessage.java 86
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium sendMessage.java 131
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium UDPServerMINA.java 103
 
Violation Recommendation Severity Resource Line
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium UpdateRfidHistoryResponse.java 10
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium LMMessage.java 2
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium Accounts.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium _LMU4100Map.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium CharityBarometer.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium Feedback.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium FenceHistory.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium FrequentTravellerDetails.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium FrequentTripDetails.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium Geofence.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium GeovehicleMap.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium Inbox.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium Notification.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium PickupPoints.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium _LMU4100Map.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium SavingStatus.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium Speedparameter.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium TripPreference.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium TripScraps.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium TripTravelerDetails.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium TripVehicleMap.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium User.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium UserDetails.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium UserGeofenceMap.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium UserLandmarks.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium UserPreference.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium UserPreferences.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium Vehicle.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium VehicleGroup.java 5
 
Violation Recommendation Severity Resource Line
Non-final package instance field: "doc" Change field from non-final to final. Medium CategoryReader.java 25
Non-final package instance field: "validHashTable" Change field from non-final to final. Medium CategoryReader.java 28
Non-final package instance field: "oldParamVals" Change field from non-final to final. Medium DriftMasker.java 26
Non-final package instance field: "fetcher" Change field from non-final to final. Medium DriftMasker.java 27
Non-final package instance field: "util" Change field from non-final to final. Medium DriftMasker.java 28
Non-final package instance field: "handler" Change field from non-final to final. Medium DriftMasker.java 29
Non-final package instance field: "doc" Change field from non-final to final. Medium ExpReader.java 26
Non-final package instance field: "validHashTable" Change field from non-final to final. Medium ExpReader.java 29
Non-final public instance field: "locHparam" Change field from non-final to final. Medium ExpressionDecoder.java 20
Non-final package instance field: "oldParamVals" Change field from non-final to final. Medium ExpressionDecoder.java 21
Non-final package instance field: "util" Change field from non-final to final. Medium ExpressionDecoder.java 22
Non-final package instance field: "fetcher" Change field from non-final to final. Medium ExpressionDecoder.java 24
Non-final package instance field: "doc" Change field from non-final to final. Medium ValidatorReader.java 29
Non-final package instance field: "validHashTable" Change field from non-final to final. Medium ValidatorReader.java 31
Non-final protected instance field: "vehicleId" Change field from non-final to final. Medium MobileAlert.java 51
Non-final protected instance field: "url" Change field from non-final to final. Medium MobileAlert.java 52
Non-final protected instance field: "username" Change field from non-final to final. Medium MobileAlert.java 54
Non-final protected instance field: "password" Change field from non-final to final. Medium MobileAlert.java 56
Non-final protected instance field: "senderId" Change field from non-final to final. Medium MobileAlert.java 58
Non-final protected instance field: "message" Change field from non-final to final. Medium MobileAlert.java 60
Non-final protected instance field: "proxy" Change field from non-final to final. Medium MobileAlert.java 62
Non-final protected instance field: "port" Change field from non-final to final. Medium MobileAlert.java 64
Non-final protected instance field: "url" Change field from non-final to final. Medium MobileAlertMessage.java 43
Non-final protected instance field: "queryString" Change field from non-final to final. Medium MobileAlertMessage.java 45
Non-final protected instance field: "proxy" Change field from non-final to final. Medium MobileAlertMessage.java 47
Non-final protected instance field: "port" Change field from non-final to final. Medium MobileAlertMessage.java 49
Non-final protected instance field: "out" Change field from non-final to final. Medium MobileAlertMessageResponse.java 36
Non-final protected instance field: "out" Change field from non-final to final. Medium MobileAlertResponse.java 36
Non-final protected instance field: "vehicleId" Change field from non-final to final. Medium PointInPolygon.java 45
Non-final protected instance field: "lat" Change field from non-final to final. Medium PointInPolygon.java 46
Non-final protected instance field: "lan" Change field from non-final to final. Medium PointInPolygon.java 47
Non-final protected instance field: "packetTime" Change field from non-final to final. Medium PointInPolygon.java 48
Non-final protected instance field: "out" Change field from non-final to final. Medium PointInPolygonResponse.java 36
Non-final protected instance field: "vehicleId" Change field from non-final to final. Medium UpdateRfidHistory.java 47
Non-final protected instance field: "rfidNo" Change field from non-final to final. Medium UpdateRfidHistory.java 48
Non-final protected instance field: "lat" Change field from non-final to final. Medium UpdateRfidHistory.java 50
Non-final protected instance field: "lon" Change field from non-final to final. Medium UpdateRfidHistory.java 51
Non-final protected instance field: "packetTime" Change field from non-final to final. Medium UpdateRfidHistory.java 52
Non-final protected instance field: "vehicleId" Change field from non-final to final. Medium WhetherInterested.java 45
Non-final protected instance field: "lat" Change field from non-final to final. Medium WhetherInterested.java 46
Non-final protected instance field: "lan" Change field from non-final to final. Medium WhetherInterested.java 47
Non-final protected instance field: "packetTime" Change field from non-final to final. Medium WhetherInterested.java 48
Non-final protected instance field: "out" Change field from non-final to final. Medium WhetherInterestedResponse.java 36
Non-final package instance field: "validHashTable" Change field from non-final to final. Medium FileUtilities.java 57
Non-final package instance field: "propMgr" Change field from non-final to final. Medium AlertManager.java 17
Non-final package instance field: "notifymgr" Change field from non-final to final. Medium AlertManager.java 18
Non-final package instance field: "propertyobj" Change field from non-final to final. Medium AlertManager.java 19
Non-final package instance field: "twoDForm" Change field from non-final to final. Medium AlertManager.java 22
Non-final package instance field: "objLM" Change field from non-final to final. Medium configReader.java 12
Non-final package instance field: "masker" Change field from non-final to final. Medium ConsumerThread.java 31
Non-final public instance field: "loop" Change field from non-final to final. Medium ConsumerThread.java 32
Non-final package instance field: "objParam" Change field from non-final to final. Medium ConsumerThread.java 36
Non-final package instance field: "cal" Change field from non-final to final. Medium DBManager.java 47
Non-final package instance field: "context" Change field from non-final to final. Medium DBManager.java 48
Non-final package instance field: "latitude" Change field from non-final to final. Medium DBManager.java 49
Non-final package instance field: "longitude" Change field from non-final to final. Medium DBManager.java 50
Non-final package instance field: "utils" Change field from non-final to final. Medium DBManager.java 51
Non-final package instance field: "connFac" Change field from non-final to final. Medium PacketConsumer.java 62
Non-final package instance field: "destination" Change field from non-final to final. Medium PacketConsumer.java 69
Non-final package instance field: "consumer" Change field from non-final to final. Medium PacketConsumer.java 70
Non-final package instance field: "threads" Change field from non-final to final. Medium PacketConsumer.java 71
Non-final public instance field: "loop" Change field from non-final to final. Medium PacketConsumer.java 77
Non-final package instance field: "consumerThreads" Change field from non-final to final. Medium PacketConsumer.java 79
Non-final public instance field: "serviceType" Change field from non-final to final. Medium PacketConsumer.java 86
Non-final public instance field: "serviceValues" Change field from non-final to final. Medium PacketConsumer.java 87
Non-final package instance field: "connFac" Change field from non-final to final. Medium PacketProducer.java 35
Non-final package instance field: "esn" Change field from non-final to final. Medium QueueAllocator.java 31
Non-final package instance field: "trip" Change field from non-final to final. Medium recieveThread.java 52
Non-final package instance field: "utils" Change field from non-final to final. Medium recieveThread.java 53
Non-final package instance field: "ip" Change field from non-final to final. Medium TimerTask1.java 14
Non-final package instance field: "port" Change field from non-final to final. Medium TimerTask1.java 15
Non-final package instance field: "packsize" Change field from non-final to final. Medium TimerTask1.java 16
Non-final package instance field: "clientcount" Change field from non-final to final. Medium TimerTask1.java 17
Non-final package instance field: "packtCount" Change field from non-final to final. Medium UDPClient.java 20
Non-final package instance field: "interval" Change field from non-final to final. Medium UDPClient.java 27
Non-final package instance field: "serverSocket" Change field from non-final to final. Medium UDPServerMINA.java 56
Non-final package instance field: "inetAddr" Change field from non-final to final. Medium UDPServerMINA.java 57
Non-final public instance field: "port" Change field from non-final to final. Medium UDPServerMINA.java 58
Non-final package instance field: "cal" Change field from non-final to final. Medium WSClient.java 23
Non-final package instance field: "context" Change field from non-final to final. Medium WSClient.java 24
Non-final package instance field: "latitude" Change field from non-final to final. Medium WSClient.java 25
Non-final package instance field: "longitude" Change field from non-final to final. Medium WSClient.java 26
Non-final package instance field: "utils" Change field from non-final to final. Medium WSClient.java 27
Non-final package instance field: "consumer" Change field from non-final to final. Medium WSClient.java 28
Non-final package instance field: "threads" Change field from non-final to final. Medium WSClient.java 30
Non-final package instance field: "thread" Change field from non-final to final. Medium WSClient.java 31
Non-final package instance field: "es" Change field from non-final to final. Medium WSClient.java 32
Non-final public instance field: "vehicleId" Change field from non-final to final. Medium WSThread.java 25
Non-final package instance field: "utils" Change field from non-final to final. Medium TripDetails.java 26
Non-final package instance field: "cal" Change field from non-final to final. Medium TripDetails.java 27
Non-final package instance field: "cal2" Change field from non-final to final. Medium TripDetails.java 28
Non-final package instance field: "hours" Change field from non-final to final. Medium TripDetails.java 29
Non-final package instance field: "mins" Change field from non-final to final. Medium TripDetails.java 30
Non-final package instance field: "hours2" Change field from non-final to final. Medium TripDetails.java 31
Non-final package instance field: "minustime" Change field from non-final to final. Medium TripDetails.java 32
Non-final package instance field: "mins2" Change field from non-final to final. Medium TripDetails.java 33
Non-final package instance field: "trip" Change field from non-final to final. Medium TripDetails.java 34
Non-final package instance field: "organization" Change field from non-final to final. Medium TripDetails.java 35
Non-final package instance field: "restWS" Change field from non-final to final. Medium TripParameters.java 76
 
Violation Recommendation Severity Resource Line
Non-final package static field: "service" Change field from non-final to final. Medium GpsWebserviceClient.java 23
Non-final package static field: "pp" Change field from non-final to final. Medium GpsWebserviceClient.java 27
Non-final package static field: "lmuResource" Change field from non-final to final. Medium LMUResource.java 33
Non-final package static field: "commonConfig" Change field from non-final to final. Medium LMUResource.java 34
Non-final package static field: "log" Change field from non-final to final. Medium AlertManager.java 16
Non-final package static field: "nontripsendstatus" Change field from non-final to final. Medium AlertManager.java 20
Non-final package static field: "eventcodelist" Change field from non-final to final. Medium AlertManager.java 21
Non-final package static field: "event_msg_hash" Change field from non-final to final. Medium AlertManager.java 23
Non-final package static field: "log" Change field from non-final to final. Medium AsyncCaller.java 29
Non-final package static field: "executor" Change field from non-final to final. Medium AsyncCaller.java 30
Non-final public static field: "hdrs" Change field from non-final to final. Medium configReader.java 17
Non-final package static field: "log" Change field from non-final to final. Medium configReader.java 18
Non-final package static field: "log" Change field from non-final to final. Medium DBManager.java 45
Non-final package static field: "log" Change field from non-final to final. Medium LMUUtils.java 35
Non-final package static field: "conn" Change field from non-final to final. Medium PacketConsumer.java 66
Non-final package static field: "session" Change field from non-final to final. Medium PacketConsumer.java 67
Non-final package static field: "url" Change field from non-final to final. Medium PacketConsumer.java 68
Non-final public static field: "urlRfid" Change field from non-final to final. Medium PacketConsumer.java 72
Non-final public static field: "urllstPkt" Change field from non-final to final. Medium PacketConsumer.java 73
Non-final public static field: "urlWSDL" Change field from non-final to final. Medium PacketConsumer.java 74
Non-final public static field: "urldevtn" Change field from non-final to final. Medium PacketConsumer.java 75
Non-final public static field: "urlValidLast" Change field from non-final to final. Medium PacketConsumer.java 76
Non-final package static field: "QueueCount" Change field from non-final to final. Medium PacketConsumer.java 78
Non-final public static field: "hAccum" Change field from non-final to final. Medium PacketConsumer.java 80
Non-final public static field: "categoryEvent" Change field from non-final to final. Medium PacketConsumer.java 81
Non-final public static field: "serviceList" Change field from non-final to final. Medium PacketConsumer.java 88
Non-final package static field: "lmuResource" Change field from non-final to final. Medium PacketConsumer.java 90
Non-final package static field: "log" Change field from non-final to final. Medium packetHandler.java 19
Non-final package static field: "conn" Change field from non-final to final. Medium PacketProducer.java 36
Non-final package static field: "session" Change field from non-final to final. Medium PacketProducer.java 37
Non-final package static field: "url" Change field from non-final to final. Medium PacketProducer.java 38
Non-final package static field: "destination" Change field from non-final to final. Medium PacketProducer.java 39
Non-final package static field: "producer" Change field from non-final to final. Medium PacketProducer.java 40
Non-final public static field: "NumberofQueues" Change field from non-final to final. Medium PacketProducer.java 42
Non-final public static field: "queuenames" Change field from non-final to final. Medium PacketProducer.java 45
Non-final public static field: "qnamearr" Change field from non-final to final. Medium PacketProducer.java 46
Non-final package static field: "QueueCount" Change field from non-final to final. Medium QueueAllocator.java 26
Non-final package static field: "NumberofQueues" Change field from non-final to final. Medium QueueAllocator.java 27
Non-final package static field: "log" Change field from non-final to final. Medium recieveThread.java 51
Non-final package static field: "log" Change field from non-final to final. Medium RecieveThreadDummy.java 16
Non-final package static field: "log" Change field from non-final to final. Medium sendMessage.java 23
Non-final package static field: "serverIp" Change field from non-final to final. Medium UDPClient.java 18
Non-final package static field: "serverPort" Change field from non-final to final. Medium UDPClient.java 19
Non-final package static field: "str1" Change field from non-final to final. Medium UDPClient.java 21
Non-final package static field: "time" Change field from non-final to final. Medium UDPClient.java 22
Non-final package static field: "timer" Change field from non-final to final. Medium UDPClient.java 23
Non-final package static field: "p" Change field from non-final to final. Medium UDPClient.java 24
Non-final package static field: "count" Change field from non-final to final. Medium UDPClient.java 25
Non-final package static field: "cnt" Change field from non-final to final. Medium UDPClient.java 26
Non-final package static field: "esn" Change field from non-final to final. Medium UDPClient.java 28
Non-final package static field: "dateFormat" Change field from non-final to final. Medium UDPClient.java 29
Non-final package static field: "log" Change field from non-final to final. Medium UDPClient.java 31
Non-final package static field: "log" Change field from non-final to final. Medium UDPServerHandler.java 21
Non-final public static field: "hAccum" Change field from non-final to final. Medium UDPServerMINA.java 53
Non-final public static field: "hsObjLM" Change field from non-final to final. Medium UDPServerMINA.java 59
Non-final public static field: "hsActiveMQ" Change field from non-final to final. Medium UDPServerMINA.java 61
Non-final public static field: "lmuResource" Change field from non-final to final. Medium UDPServerMINA.java 63
Non-final package static field: "log" Change field from non-final to final. Medium WSClient.java 29
Non-final public static field: "ids" Change field from non-final to final. Medium WSClient.java 33
Non-final package static field: "log" Change field from non-final to final. Medium ReportRef.java 31
 
Violation Recommendation Severity Resource Line
Too many fields: 11 Reduce the number of fields by splitting the class into multiple smaller classes. Medium LMUResource.java 23
Too many fields: 23 Reduce the number of fields by splitting the class into multiple smaller classes. Medium PacketConsumer.java 60
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium UDPClient.java 16
Too many fields: 11 Reduce the number of fields by splitting the class into multiple smaller classes. Medium WSClient.java 21
Too many fields: 11 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _Device.java 16
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _Geofence.java 18
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _Organization.java 16
Too many fields: 44 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _TripDetails.java 25
Too many fields: 23 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _TripParameters.java 27
Too many fields: 16 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _TripTravelerDetails.java 17
Too many fields: 17 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _User.java 17
Too many fields: 34 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _UserDetails.java 27
Too many fields: 17 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _UserPreferences.java 13
Too many fields: 23 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _VehicleDetails.java 21
Too many fields: 11 Reduce the number of fields by splitting the class into multiple smaller classes. Medium TripDetails.java 22
 
Violation Recommendation Severity Resource Line
Too many methods: 26 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _Geofence.java 18
Too many methods: 26 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _Organization.java 16
Too many methods: 94 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _TripDetails.java 25
Too many methods: 45 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _TripParameters.java 27
Too many methods: 31 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _TripTravelerDetails.java 17
Too many methods: 34 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _User.java 17
Too many methods: 76 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _UserDetails.java 27
Too many methods: 32 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _UserPreferences.java 13
Too many methods: 45 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _VehicleDetails.java 21
 
Violation Recommendation Severity Resource Line
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium sendMessage.java 29
Too many parameters: 6 Reduce the number of parameters by moving some of the values into a separate class. Medium TripMsgParams.java 20
 
Violation Recommendation Severity Resource Line
Nested block Move the code from the nested block directly into the surrounding block. Medium ClientCommunicator.java 63
Nested block Move the code from the nested block directly into the surrounding block. Medium LMU4100Map.java 30
 
Violation Recommendation Severity Resource Line
Explicit import of type from "com.gps.services": "PolygonRegion" Delete the import. Medium GpsWebserviceClient.java 19
Explicit import of type from "com.gps.services": "PolygonRegion_Service" Delete the import. Medium GpsWebserviceClient.java 20
 
Violation Recommendation Severity Resource Line
Instantiation of class LMU4100Map found Rather than creating a new instance of <code>LMU4100Map</code> to call its methods, simply call them using <code>LMU4100Map.<i>method</i>()</code>. Medium LMU4100Map.java 17
Instantiation of class LMU4100Map found Rather than creating a new instance of <code>LMU4100Map</code> to call its methods, simply call them using <code>LMU4100Map.<i>method</i>()</code>. Medium LMU4100Map.java 47
Instantiation of class LMU4100Map found Rather than creating a new instance of <code>LMU4100Map</code> to call its methods, simply call them using <code>LMU4100Map.<i>method</i>()</code>. Medium LMU4100Map.java 13
 
Violation Recommendation Severity Resource Line
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium FileUtilities.java 81
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium FileUtilities.java 86
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium PacketDataFetcher.java 86
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium PacketDataFetcher.java 90
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium PacketDataFetcher.java 94
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium AlertManager.java 32
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium AlertManager.java 77
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium AlertManager.java 79
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium Base16Encoder.java 15
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium ConsumerThread.java 67
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium PacketConsumer.java 227
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium UDPServer.java 24
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium UDPServer.java 25
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium UDPServer.java 28
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium UDPServer.java 29
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium WSClient.java 54
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium AccumulatorRef.java 37
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium TripParameters.java 236
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium TripParameters.java 238
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium TripParameters.java 243
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium TripParameters.java 245
 
Violation Recommendation Severity Resource Line
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium CategoryReader.java 74
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium CategoryReader.java 82
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium ExpReader.java 76
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium ExpReader.java 83
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium ValidatorReader.java 124
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium ValidatorReader.java 131
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium FileUtilities.java 75
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium PacketDataFetcher.java 81
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium AlertManager.java 29
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium LMUUtils.java 62
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium packetHandler.java 28
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium UDPClient.java 70
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium UDPClient.java 89
 
Violation Recommendation Severity Resource Line
The constructor invokes a non-final method Rewrite the constructor so it does not invoke any non-final methods on the object being constructed. Medium ExpressionDecoder.java 33
 
Violation Recommendation Severity Resource Line
Do not multiply by powers of 2: use "<< 1" rather than "* 2" Use the "<<" operator rather than "*". Medium Base16Encoder.java 12
Do not multiply by powers of 2: use "<< 2" rather than "* 4" Use the "<<" operator rather than "*". Medium Base16Encoder.java 15
Do not divide by powers of 2: use ">> 1" rather than "/ 2" Use the ">>" operator rather than "/". Medium Base16Encoder.java 24
Do not multiply by powers of 2: use "<< 1" rather than "* 2" Use the "<<" operator rather than "*". Medium Base16Encoder.java 26
Do not multiply by powers of 2: use "<< 1" rather than "* 2" Use the "<<" operator rather than "*". Medium Base16Encoder.java 26
Do not divide by powers of 2: use ">> 4" rather than "/ 16" Use the ">>" operator rather than "/". Medium LMUUtils.java 79
Do not divide by powers of 2: use ">> 1" rather than "/ 2" Use the ">>" operator rather than "/". Medium packetHandler.java 24
 
Violation Recommendation Severity Resource Line
The method addObserver is overloads a method inherited from ConsumerThread Either rename the methods so that they no longer have the same name, or change the number of parameters. Medium ConsumerThread.java 86
The method deleteObserver is overloads a method inherited from ConsumerThread Either rename the methods so that they no longer have the same name, or change the number of parameters. Medium ConsumerThread.java 97
 
Violation Recommendation Severity Resource Line
Variable assigned to but not referenced: "ss" Check your logic and remove this variable if it is not needed. Medium ExpressionDecoder.java 118
Variable assigned to but not referenced: "j" Check your logic and remove this variable if it is not needed. Medium FileUtilities.java 71
Variable assigned to but not referenced: "query" Check your logic and remove this variable if it is not needed. Medium PacketDataFetcher.java 53
Variable assigned to but not referenced: "code" Check your logic and remove this variable if it is not needed. Medium AlertManager.java 81
Variable assigned to but not referenced: "isInterested" Check your logic and remove this variable if it is not needed. Medium AlertManager.java 83
Variable assigned to but not referenced: "msr" Check your logic and remove this variable if it is not needed. Medium AsyncCaller.java 148
Variable assigned to but not referenced: "free" Check your logic and remove this variable if it is not needed. Medium ClientCommunicator.java 64
Variable assigned to but not referenced: "caller" Check your logic and remove this variable if it is not needed. Medium DBManager.java 197
Variable assigned to but not referenced: "format" Check your logic and remove this variable if it is not needed. Medium LMUUtils.java 108
Variable assigned to but not referenced: "stat" Check your logic and remove this variable if it is not needed. Medium LMUUtils.java 124
Variable assigned to but not referenced: "s" Check your logic and remove this variable if it is not needed. Medium recieveThread.java 64
Variable assigned to but not referenced: "sendData" Check your logic and remove this variable if it is not needed. Medium recieveThread.java 65
Variable assigned to but not referenced: "producer" Check your logic and remove this variable if it is not needed. Medium RecieveThreadDummy.java 42
Variable assigned to but not referenced: "objProducer" Check your logic and remove this variable if it is not needed. Medium RecieveThreadDummy.java 43
Variable assigned to but not referenced: "objParam" Check your logic and remove this variable if it is not needed. Medium sendMessage.java 39
Variable assigned to but not referenced: "strHex" Check your logic and remove this variable if it is not needed. Medium sendMessage.java 83
Variable assigned to but not referenced: "dateFormat" Check your logic and remove this variable if it is not needed. Medium sendMessage.java 88
Variable assigned to but not referenced: "date" Check your logic and remove this variable if it is not needed. Medium sendMessage.java 89
Variable assigned to but not referenced: "sendData" Check your logic and remove this variable if it is not needed. Medium UDPServer.java 15
Variable assigned to but not referenced: "IPAddress" Check your logic and remove this variable if it is not needed. Medium UDPServer.java 18
Variable assigned to but not referenced: "port" Check your logic and remove this variable if it is not needed. Medium UDPServer.java 19
Variable assigned to but not referenced: "future" Check your logic and remove this variable if it is not needed. Medium WSClient.java 43
Variable assigned to but not referenced: "latitude" Check your logic and remove this variable if it is not needed. Medium WSThread.java 44
Variable assigned to but not referenced: "longitude" Check your logic and remove this variable if it is not needed. Medium WSThread.java 45
Variable assigned to but not referenced: "utils" Check your logic and remove this variable if it is not needed. Medium WSThread.java 46
Variable assigned to but not referenced: "isInorOut" Check your logic and remove this variable if it is not needed. Medium WSThread.java 55
Variable assigned to but not referenced: "userMSG" Check your logic and remove this variable if it is not needed. Medium WSThread.java 56
Variable assigned to but not referenced: "report" Check your logic and remove this variable if it is not needed. Medium ReportRef.java 37
Variable assigned to but not referenced: "report" Check your logic and remove this variable if it is not needed. Medium ReportRef.java 54
Variable assigned to but not referenced: "ampm" Check your logic and remove this variable if it is not needed. Medium TripDetails.java 65
 
Violation Recommendation Severity Resource Line
Concatenating with the empty string Replace the unnecessary concatenation with toString() or String.valueOf(), as appropriate. Medium ConsumerThread.java 141
Concatenating with the empty string Replace the unnecessary concatenation with toString() or String.valueOf(), as appropriate. Medium recieveThread.java 112
Concatenating with the empty string Replace the unnecessary concatenation with toString() or String.valueOf(), as appropriate. Medium sendMessage.java 70
Concatenating with the empty string Replace the unnecessary concatenation with toString() or String.valueOf(), as appropriate. Medium sendMessage.java 71
 
Violation Recommendation Severity Resource Line
Cannot compare strings using the not equals (!=) operator Replace the comparison with equals(). Medium PacketDataFetcher.java 58
Cannot compare strings using the equals (==) operator Replace the comparison with equals(). Medium TripParameters.java 195
 
Violation Recommendation Severity Resource Line
Use of obsolete modifier: public Remove the obsolete modifier. Medium IPacketObserver.java 11
Use of obsolete modifier: public Remove the obsolete modifier. Medium IPacketObserver.java 12
Use of obsolete modifier: public Remove the obsolete modifier. Medium IPacketObserver.java 13
Use of obsolete modifier: public Remove the obsolete modifier. Medium PolygonRegion.java 43
Use of obsolete modifier: public Remove the obsolete modifier. Medium PolygonRegion.java 63
Use of obsolete modifier: public Remove the obsolete modifier. Medium PolygonRegion.java 86
Use of obsolete modifier: public Remove the obsolete modifier. Medium ConfigReader.java 18
Use of obsolete modifier: static Remove the obsolete modifier. Medium ConfigReader.java 18
Use of obsolete modifier: final Remove the obsolete modifier. Medium ConfigReader.java 18
Use of obsolete modifier: public Remove the obsolete modifier. Medium ConfigReader.java 19
Use of obsolete modifier: static Remove the obsolete modifier. Medium ConfigReader.java 19
Use of obsolete modifier: final Remove the obsolete modifier. Medium ConfigReader.java 19
Use of obsolete modifier: public Remove the obsolete modifier. Medium ConfigReader.java 20
Use of obsolete modifier: static Remove the obsolete modifier. Medium ConfigReader.java 20
Use of obsolete modifier: final Remove the obsolete modifier. Medium ConfigReader.java 20
Use of obsolete modifier: public Remove the obsolete modifier. Medium ConfigReader.java 23
Use of obsolete modifier: public Remove the obsolete modifier. Medium ConfigReader.java 25
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 5
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 6
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 8
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 9
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 11
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 12
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 14
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 15
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 17
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 18
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 20
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 22
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 23
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 25
 
Violation Recommendation Severity Resource Line
Cannot compare floating-point values using the equals (==) operator Compare the two float values to see if they are close in value. Medium ExpressionHandler.java 28
 
Violation Recommendation Severity Resource Line
"instanceof" should only be used with interfaces Use polymorphism rather than "instanceof". Medium TestClient.java 92
"instanceof" should only be used with interfaces Use polymorphism rather than "instanceof". Medium UDPServerHandler.java 85
 
Violation Recommendation Severity Resource Line
Thread declared without a name Name the thread. Medium PacketConsumer.java 225
Thread declared without a name Name the thread. Medium WSClient.java 52
 
Violation Recommendation Severity Resource Line
Empty if statement The if statement has no effect (unless the condition produces a side-effect), so it should be removed. Medium LMU4100Map.java 29
 
Violation Recommendation Severity Resource Line
Expression value is constant Check the expression logic and consider creating a static final constant. Medium Base16Encoder.java 30
Expression value is constant Check the expression logic and consider creating a static final constant. Medium Base16Encoder.java 34
 
Violation Recommendation Severity Resource Line
Utility method Move the code in the method to a more suitable location. Medium ExpressionDecoder.java 78
Utility method Move the code in the method to a more suitable location. Medium ExpressionHandler.java 48
Utility method Move the code in the method to a more suitable location. Medium GpsWebserviceClient.java 59
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 36
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 44
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 54
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 62
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 70
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 78
Utility method Move the code in the method to a more suitable location. Medium ParamUtils.java 42
Utility method Move the code in the method to a more suitable location. Medium ValidatorFactory.java 15
Utility method Move the code in the method to a more suitable location. Medium Base16Encoder.java 22
Utility method Move the code in the method to a more suitable location. Medium ClientCommunicator.java 119
Utility method Move the code in the method to a more suitable location. Medium CommonClass.java 14
Utility method Move the code in the method to a more suitable location. Medium ConsumerThread.java 163
Utility method Move the code in the method to a more suitable location. Medium DBManager.java 195
Utility method Move the code in the method to a more suitable location. Medium DBManager_PerfTest.java 13
Utility method Move the code in the method to a more suitable location. Medium LMUUtils.java 58
Utility method Move the code in the method to a more suitable location. Medium LMUUtils.java 72
Utility method Move the code in the method to a more suitable location. Medium LMUUtils.java 105
Utility method Move the code in the method to a more suitable location. Medium LMUUtils.java 115
Utility method Move the code in the method to a more suitable location. Medium LMUUtils.java 183
Utility method Move the code in the method to a more suitable location. Medium MyLogger.java 25
Utility method Move the code in the method to a more suitable location. Medium packetHandler.java 20
Utility method Move the code in the method to a more suitable location. Medium packetHandler.java 39
Utility method Move the code in the method to a more suitable location. Medium packetHandler.java 52
Utility method Move the code in the method to a more suitable location. Medium PacketProducer.java 158
Utility method Move the code in the method to a more suitable location. Medium QueueAllocator.java 101
Utility method Move the code in the method to a more suitable location. Medium sendMessage.java 24
Utility method Move the code in the method to a more suitable location. Medium sendMessage.java 103
Utility method Move the code in the method to a more suitable location. Medium sendMessage.java 142
Utility method Move the code in the method to a more suitable location. Medium UDPServer.java 11
Utility method Move the code in the method to a more suitable location. Medium UDPServer.java 37
Utility method Move the code in the method to a more suitable location. Medium Device.java 14
Utility method Move the code in the method to a more suitable location. Medium Device.java 46
Utility method Move the code in the method to a more suitable location. Medium TripMsgParams.java 20
Utility method Move the code in the method to a more suitable location. Medium TripParameters.java 86
Utility method Move the code in the method to a more suitable location. Medium TripParameters.java 102
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 43
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 51
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 59
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 67
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 75
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 83
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 91
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 99
 
Violation Recommendation Severity Resource Line
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CategoryReader.java 24
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CorrectorVO.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DirectParamEvaluator.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DriftMasker.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ExpReader.java 25
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ExpressionDecoder.java 19
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ExpressionHandler.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium RuleVO.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ValidatorDetails.java 10
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ValidatorReader.java 28
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GpsWebserviceClient.java 21
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MobileAlert.java 49
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MobileAlertMessage.java 41
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MobileAlertMessageResponse.java 34
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MobileAlertResponse.java 34
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ObjectFactory.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium PointInPolygon.java 43
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium PointInPolygonResponse.java 34
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium PolygonRegion_Service.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UpdateRfidHistory.java 45
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UpdateRfidHistoryResponse.java 31
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium WhetherInterested.java 43
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium WhetherInterestedResponse.java 34
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FileUtilities.java 27
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LMUResource.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LogHandler.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium PacketDataFetcher.java 28
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ParamUtils.java 17
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium StringConstants.java 10
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ValidatorFactory.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AlertManager.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AsyncCaller.java 27
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Base16Encoder.java 2
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ClientCommunicator.java 19
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CommonClass.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium configReader.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ConsumerThread.java 30
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DBManager.java 37
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DBManager_PerfTest.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LMMessage.java 2
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LMUUtils.java 33
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium mandatoryItems.java 2
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MyLogger.java 6
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium PacketConsumer.java 60
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium packetHandler.java 14
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium PacketProducer.java 33
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ProrpertiesManager.java 7
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium QueueAllocator.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium recieveThread.java 48
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium RecieveThreadDummy.java 14
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium sendMessage.java 20
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TestClient.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TimerTask1.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UDPClient.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UDPServer.java 8
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UDPServerHandler.java 17
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UDPServerMINA.java 48
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium WSClient.java 21
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium WSThread.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Accounts.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AccumulatorRef.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Accounts.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _AccumulatorRef.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _CharityBarometer.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Configurations.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Device.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Feedback.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _FenceHistory.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _FrequentTravellerDetails.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _FrequentTripDetails.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Geofence.java 18
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _GeovehicleMap.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Inbox.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _LMU4100Map.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Notification.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Organization.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _PickupPoints.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _ReportRef.java 20
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _SavingStatus.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Speedparameter.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _TripDetails.java 25
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _TripMsgParams.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _TripParameters.java 27
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _TripPreference.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _TripScraps.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _TripTravelerDetails.java 17
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _TripVehicleMap.java 14
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _User.java 17
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _UserDetails.java 27
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _UserGeofenceMap.java 14
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _UserLandmarks.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _UserPreference.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _UserPreferences.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Vehicle.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _VehicleDetails.java 21
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _VehicleGroup.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CharityBarometer.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Configurations.java 12
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Device.java 12
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripNotFoundException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleNotFoundException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Feedback.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FenceHistory.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FrequentTravellerDetails.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FrequentTripDetails.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Geofence.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GeovehicleMap.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Inbox.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LMU4100Map.java 7
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Notification.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Organization.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium PickupPoints.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ReportRef.java 30
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _LMU4100Map.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LMU4100Map.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium SavingStatus.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Speedparameter.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripDetails.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripMsgParams.java 18
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripParameters.java 66
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripPreference.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripScraps.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripTravelerDetails.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripVehicleMap.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium User.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserDetails.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserGeofenceMap.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserLandmarks.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserPreference.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserPreferences.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Vehicle.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleDetails.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleGroup.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ObjectFactory.java 29
 
Violation Recommendation Severity Resource Line
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Accounts.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium AccumulatorRef.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Accounts.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _AccumulatorRef.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _CharityBarometer.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Configurations.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Device.java 16
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Feedback.java 16
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _FenceHistory.java 15
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _FrequentTravellerDetails.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _FrequentTripDetails.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Geofence.java 18
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _GeovehicleMap.java 16
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Inbox.java 15
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Notification.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Organization.java 16
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _PickupPoints.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _ReportRef.java 20
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _SavingStatus.java 15
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Speedparameter.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _TripDetails.java 25
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _TripMsgParams.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _TripParameters.java 27
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _TripPreference.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _TripScraps.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _TripTravelerDetails.java 17
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _TripVehicleMap.java 14
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _User.java 17
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _UserDetails.java 27
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _UserGeofenceMap.java 14
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _UserLandmarks.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _UserPreference.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _UserPreferences.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Vehicle.java 15
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _VehicleDetails.java 21
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _VehicleGroup.java 15
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium CharityBarometer.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Configurations.java 12
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Device.java 12
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripNotFoundException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium VehicleNotFoundException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Feedback.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium FenceHistory.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium FrequentTravellerDetails.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium FrequentTripDetails.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Geofence.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium GeovehicleMap.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Inbox.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Notification.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Organization.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium PickupPoints.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium ReportRef.java 30
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium SavingStatus.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Speedparameter.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripDetails.java 22
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripMsgParams.java 18
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripParameters.java 66
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripPreference.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripScraps.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripTravelerDetails.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripVehicleMap.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium User.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium UserDetails.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium UserGeofenceMap.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium UserLandmarks.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium UserPreference.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium UserPreferences.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Vehicle.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium VehicleDetails.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium VehicleGroup.java 5
 
Violation Recommendation Severity Resource Line
Field with package scope Declare the field public Medium CategoryReader.java 25
Field with package scope Declare the field public Medium CategoryReader.java 28
Field with package scope Declare the field public Medium DriftMasker.java 26
Field with package scope Declare the field public Medium DriftMasker.java 27
Field with package scope Declare the field public Medium DriftMasker.java 28
Field with package scope Declare the field public Medium DriftMasker.java 29
Field with package scope Declare the field public Medium ExpReader.java 26
Field with package scope Declare the field public Medium ExpReader.java 29
Field with package scope Declare the field public Medium ExpressionDecoder.java 21
Field with package scope Declare the field public Medium ExpressionDecoder.java 22
Field with package scope Declare the field public Medium ExpressionDecoder.java 24
Field with package scope Declare the field public Medium ValidatorReader.java 29
Field with package scope Declare the field public Medium ValidatorReader.java 31
Field with package scope Declare the field public Medium GpsWebserviceClient.java 26
Field with package scope Declare the field public Medium GpsWebserviceClient.java 27
Field with package scope Declare the field public Medium FileUtilities.java 57
Field with package scope Declare the field public Medium LMUResource.java 33
Field with package scope Declare the field public Medium LMUResource.java 34
Field with package scope Declare the field public Medium AlertManager.java 16
Field with package scope Declare the field public Medium AlertManager.java 17
Field with package scope Declare the field public Medium AlertManager.java 18
Field with package scope Declare the field public Medium AlertManager.java 19
Field with package scope Declare the field public Medium AlertManager.java 20
Field with package scope Declare the field public Medium AlertManager.java 21
Field with package scope Declare the field public Medium AlertManager.java 22
Field with package scope Declare the field public Medium AlertManager.java 23
Field with package scope Declare the field public Medium AsyncCaller.java 29
Field with package scope Declare the field public Medium AsyncCaller.java 30
Field with package scope Declare the field public Medium configReader.java 12
Field with package scope Declare the field public Medium configReader.java 18
Field with package scope Declare the field public Medium ConsumerThread.java 31
Field with package scope Declare the field public Medium ConsumerThread.java 37
Field with package scope Declare the field public Medium DBManager.java 45
Field with package scope Declare the field public Medium DBManager.java 47
Field with package scope Declare the field public Medium DBManager.java 48
Field with package scope Declare the field public Medium DBManager.java 49
Field with package scope Declare the field public Medium DBManager.java 50
Field with package scope Declare the field public Medium DBManager.java 51
Field with package scope Declare the field public Medium LMUUtils.java 35
Method with package scope Declare the method public Medium MyLogger.java 25
Field with package scope Declare the field public Medium PacketConsumer.java 65
Field with package scope Declare the field public Medium PacketConsumer.java 66
Field with package scope Declare the field public Medium PacketConsumer.java 67
Field with package scope Declare the field public Medium PacketConsumer.java 68
Field with package scope Declare the field public Medium PacketConsumer.java 69
Field with package scope Declare the field public Medium PacketConsumer.java 70
Field with package scope Declare the field public Medium PacketConsumer.java 71
Field with package scope Declare the field public Medium PacketConsumer.java 78
Field with package scope Declare the field public Medium PacketConsumer.java 79
Field with package scope Declare the field public Medium PacketConsumer.java 90
Field with package scope Declare the field public Medium packetHandler.java 19
Field with package scope Declare the field public Medium PacketProducer.java 35
Field with package scope Declare the field public Medium PacketProducer.java 36
Field with package scope Declare the field public Medium PacketProducer.java 37
Field with package scope Declare the field public Medium PacketProducer.java 38
Field with package scope Declare the field public Medium PacketProducer.java 39
Field with package scope Declare the field public Medium PacketProducer.java 40
Field with package scope Declare the field public Medium QueueAllocator.java 26
Field with package scope Declare the field public Medium QueueAllocator.java 27
Field with package scope Declare the field public Medium QueueAllocator.java 31
Field with package scope Declare the field public Medium recieveThread.java 51
Field with package scope Declare the field public Medium recieveThread.java 52
Field with package scope Declare the field public Medium recieveThread.java 53
Field with package scope Declare the field public Medium RecieveThreadDummy.java 16
Field with package scope Declare the field public Medium sendMessage.java 23
Field with package scope Declare the field public Medium TimerTask1.java 14
Field with package scope Declare the field public Medium TimerTask1.java 15
Field with package scope Declare the field public Medium TimerTask1.java 16
Field with package scope Declare the field public Medium TimerTask1.java 17
Field with package scope Declare the field public Medium UDPClient.java 18
Field with package scope Declare the field public Medium UDPClient.java 19
Field with package scope Declare the field public Medium UDPClient.java 20
Field with package scope Declare the field public Medium UDPClient.java 21
Field with package scope Declare the field public Medium UDPClient.java 22
Field with package scope Declare the field public Medium UDPClient.java 23
Field with package scope Declare the field public Medium UDPClient.java 24
Field with package scope Declare the field public Medium UDPClient.java 25
Field with package scope Declare the field public Medium UDPClient.java 26
Field with package scope Declare the field public Medium UDPClient.java 27
Field with package scope Declare the field public Medium UDPClient.java 28
Field with package scope Declare the field public Medium UDPClient.java 29
Field with package scope Declare the field public Medium UDPClient.java 31
Constructor with package scope Declare the constructor public Medium UDPClient.java 32
Field with package scope Declare the field public Medium UDPServerHandler.java 21
Field with package scope Declare the field public Medium UDPServerMINA.java 56
Field with package scope Declare the field public Medium UDPServerMINA.java 57
Field with package scope Declare the field public Medium WSClient.java 23
Field with package scope Declare the field public Medium WSClient.java 24
Field with package scope Declare the field public Medium WSClient.java 25
Field with package scope Declare the field public Medium WSClient.java 26
Field with package scope Declare the field public Medium WSClient.java 27
Field with package scope Declare the field public Medium WSClient.java 28
Field with package scope Declare the field public Medium WSClient.java 29
Field with package scope Declare the field public Medium WSClient.java 30
Field with package scope Declare the field public Medium WSClient.java 31
Field with package scope Declare the field public Medium WSClient.java 32
Field with package scope Declare the field public Medium ReportRef.java 31
Field with package scope Declare the field public Medium TripDetails.java 26
Field with package scope Declare the field public Medium TripDetails.java 27
Field with package scope Declare the field public Medium TripDetails.java 28
Field with package scope Declare the field public Medium TripDetails.java 29
Field with package scope Declare the field public Medium TripDetails.java 30
Field with package scope Declare the field public Medium TripDetails.java 31
Field with package scope Declare the field public Medium TripDetails.java 32
Field with package scope Declare the field public Medium TripDetails.java 33
Field with package scope Declare the field public Medium TripDetails.java 34
Field with package scope Declare the field public Medium TripDetails.java 35
Field with package scope Declare the field public Medium TripParameters.java 76
 
Violation Recommendation Severity Resource Line
Anonymous class found Make anonymous class into a non-inner class, and supply the needed get and set methods to access data. Medium AsyncCaller.java 43
Anonymous class found Make anonymous class into a non-inner class, and supply the needed get and set methods to access data. Medium ClientCommunicator.java 44
Anonymous class found Make anonymous class into a non-inner class, and supply the needed get and set methods to access data. Medium TestClient.java 41
Anonymous class found Make anonymous class into a non-inner class, and supply the needed get and set methods to access data. Medium WSClient.java 43
 
Violation Recommendation Severity Resource Line
Field used without checking for null Add code to compare the value of the field against null. Medium CategoryReader.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium CategoryReader.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium CategoryReader.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium CategoryReader.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium CategoryReader.java 95
Field used without checking for null Add code to compare the value of the field against null. Medium DirectParamEvaluator.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium DirectParamEvaluator.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium DirectParamEvaluator.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium DirectParamEvaluator.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium DirectParamEvaluator.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium DriftMasker.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium DriftMasker.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium DriftMasker.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium DriftMasker.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium DriftMasker.java 85
Field used without checking for null Add code to compare the value of the field against null. Medium DriftMasker.java 95
Field used without checking for null Add code to compare the value of the field against null. Medium ExpReader.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium ExpReader.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium ExpReader.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium ExpReader.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium ExpReader.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium ExpReader.java 96
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 116
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionHandler.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionHandler.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 116
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 130
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium GpsWebserviceClient.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium GpsWebserviceClient.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium FileUtilities.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium FileUtilities.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium FileUtilities.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium FileUtilities.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium FileUtilities.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium FileUtilities.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium FileUtilities.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium LMUResource.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium LMUResource.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium LMUResource.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium LMUResource.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium LMUResource.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium LMUResource.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium LMUResource.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium LMUResource.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium LMUResource.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium LMUResource.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium LMUResource.java 60
Field used without checking for null Add code to compare the value of the field against null. Medium LMUResource.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium LogHandler.java 23
Field used without checking for null Add code to compare the value of the field against null. Medium PacketDataFetcher.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium PacketDataFetcher.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium PacketDataFetcher.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium PacketDataFetcher.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium PacketDataFetcher.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium PacketDataFetcher.java 100
Field used without checking for null Add code to compare the value of the field against null. Medium ParamUtils.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 25
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 26
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 27
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 29
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 30
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 110
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium Base16Encoder.java 15
Field used without checking for null Add code to compare the value of the field against null. Medium ClientCommunicator.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium CommonClass.java 26
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 26
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 83
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 106
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 121
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 130
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 141
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 156
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 95
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 110
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 160
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 164
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 178
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 179
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 180
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 181
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 186
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 187
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 188
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 189
Field used without checking for null Add code to compare the value of the field against null. Medium LMUUtils.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium LMUUtils.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium LMUUtils.java 219
Field used without checking for null Add code to compare the value of the field against null. Medium LMUUtils.java 224
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 102
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 134
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 143
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 150
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 161
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 177
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 182
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 184
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 197
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 198
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 199
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 199
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 210
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 210
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 211
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 213
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 219
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 225
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 258
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 215
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 221
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 240
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 260
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 261
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 264
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 305
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 332
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 359
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 366
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 369
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 370
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 373
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 405
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 424
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 454
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 468
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 475
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 485
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 514
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 527
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 539
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 576
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 586
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 600
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 608
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 663
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 667
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 743
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 85
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 94
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 96
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 100
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 116
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 149
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium QueueAllocator.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium QueueAllocator.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium QueueAllocator.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium QueueAllocator.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium QueueAllocator.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium QueueAllocator.java 94
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 89
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 94
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 130
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 149
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 189
Field used without checking for null Add code to compare the value of the field against null. Medium RecieveThreadDummy.java 19
Field used without checking for null Add code to compare the value of the field against null. Medium RecieveThreadDummy.java 25
Field used without checking for null Add code to compare the value of the field against null. Medium RecieveThreadDummy.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium sendMessage.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium sendMessage.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium sendMessage.java 95
Field used without checking for null Add code to compare the value of the field against null. Medium sendMessage.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium sendMessage.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium TestClient.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium TimerTask1.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium TimerTask1.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium TimerTask1.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 154
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 198
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 199
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 199
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 200
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 200
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 202
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 202
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 207
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 208
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerHandler.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerHandler.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerMINA.java 100
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerMINA.java 106
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerMINA.java 110
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerMINA.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerMINA.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerMINA.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium WSClient.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium WSClient.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium WSClient.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium WSClient.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium WSClient.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium WSClient.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium WSClient.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium WSClient.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium WSClient.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium WSClient.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 60
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 94
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 110
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium WSThread.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium AccumulatorRef.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium Configurations.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium ReportRef.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 85
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 89
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 102
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 103
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 130
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 135
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 135
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 135
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 135
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 140
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 154
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 158
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 161
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 196
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 220
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 230
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 251
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 256
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 263
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 271
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 305
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 308
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 322
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 330
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 348
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 430
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 434
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 477
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 488
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 498
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 501
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 502
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 520
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 525
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 529
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 538
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 548
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 558
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 568
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 611
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 613
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleDetails.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleDetails.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleDetails.java 47
 
Violation Recommendation Severity Resource Line
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DriftMasker.java 85
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 22
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 22
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 25
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 25
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 28
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 28
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 48
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 50
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 50
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 60
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 60
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 64
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GpsWebserviceClient.java 29
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GpsWebserviceClient.java 29
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GpsWebserviceClient.java 34
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GpsWebserviceClient.java 34
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium GpsWebserviceClient.java 66
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium GpsWebserviceClient.java 67
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 46
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 47
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 72
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 73
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 80
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 81
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 81
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 81
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 88
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 89
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 96
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 97
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 97
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 97
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 34
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 35
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 46
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 47
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 54
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 55
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 67
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 69
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 50
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 51
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 100
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 101
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 108
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 109
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 109
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 109
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 116
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 117
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 124
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 125
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 125
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 125
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 46
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 47
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 72
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 73
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 80
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 81
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 81
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 81
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 88
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 89
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 96
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 97
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 97
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 97
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium ParamUtils.java 52
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium ParamUtils.java 60
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium AlertManager.java 56
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium AlertManager.java 56
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium AsyncCaller.java 76
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium AsyncCaller.java 76
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium AsyncCaller.java 98
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium AsyncCaller.java 98
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium AsyncCaller.java 109
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium AsyncCaller.java 109
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 82
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 82
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 83
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 83
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 86
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 86
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 91
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 91
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 91
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 91
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 91
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 91
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 92
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 92
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 92
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 92
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 92
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 92
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 109
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 109
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 118
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 118
Creation of wrapper object for floating point values Use some other representation of the value that doesn't have rounding issues. Medium DBManager_PerfTest.java 59
Creation of wrapper object for floating point values Use some other representation of the value that doesn't have rounding issues. Medium DBManager_PerfTest.java 64
Creation of wrapper object for floating point values Use some other representation of the value that doesn't have rounding issues. Medium DBManager_PerfTest.java 66
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DBManager_PerfTest.java 67
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DBManager_PerfTest.java 68
Creation of wrapper object for floating point values Use some other representation of the value that doesn't have rounding issues. Medium DBManager_PerfTest.java 70
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 56
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 56
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 73
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 73
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 74
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 74
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 80
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 80
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 88
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 88
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 88
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 88
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 88
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 88
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 90
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 90
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 90
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 90
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 90
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium WSThread.java 90
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 243
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 243
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 243
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 245
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 245
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 245
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 245
Creation of wrapper object for floating point values Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 335
Creation of wrapper object for floating point values Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 338
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 346
 
Violation Recommendation Severity Resource Line
Getter/setter method getParameter should be declared final Declare this method to be final. Medium CorrectorVO.java 6
Getter/setter method setParameter should be declared final Declare this method to be final. Medium CorrectorVO.java 9
Getter/setter method getParam should be declared final Declare this method to be final. Medium CorrectorVO.java 12
Getter/setter method setParam should be declared final Declare this method to be final. Medium CorrectorVO.java 15
Getter/setter method setIgnoreException should be declared final Declare this method to be final. Medium DirectParamEvaluator.java 74
Getter/setter method getIgnoreException should be declared final Declare this method to be final. Medium DirectParamEvaluator.java 77
Getter/setter method getLocHparam should be declared final Declare this method to be final. Medium ExpressionDecoder.java 26
Getter/setter method setLocHparam should be declared final Declare this method to be final. Medium ExpressionDecoder.java 29
Getter/setter method getId should be declared final Declare this method to be final. Medium RuleVO.java 14
Getter/setter method setId should be declared final Declare this method to be final. Medium RuleVO.java 17
Getter/setter method getCondition should be declared final Declare this method to be final. Medium RuleVO.java 20
Getter/setter method setCondition should be declared final Declare this method to be final. Medium RuleVO.java 23
Getter/setter method getType should be declared final Declare this method to be final. Medium ValidatorDetails.java 15
Getter/setter method setType should be declared final Declare this method to be final. Medium ValidatorDetails.java 19
Getter/setter method getName should be declared final Declare this method to be final. Medium ValidatorDetails.java 22
Getter/setter method setName should be declared final Declare this method to be final. Medium ValidatorDetails.java 26
Getter/setter method isIgnoreExceptionFlag should be declared final Declare this method to be final. Medium ValidatorDetails.java 30
Getter/setter method getVehicleId should be declared final Declare this method to be final. Medium MobileAlert.java 70
Getter/setter method setVehicleId should be declared final Declare this method to be final. Medium MobileAlert.java 78
Getter/setter method getUrl should be declared final Declare this method to be final. Medium MobileAlert.java 90
Getter/setter method setUrl should be declared final Declare this method to be final. Medium MobileAlert.java 102
Getter/setter method getUsername should be declared final Declare this method to be final. Medium MobileAlert.java 114
Getter/setter method setUsername should be declared final Declare this method to be final. Medium MobileAlert.java 126
Getter/setter method getPassword should be declared final Declare this method to be final. Medium MobileAlert.java 138
Getter/setter method setPassword should be declared final Declare this method to be final. Medium MobileAlert.java 150
Getter/setter method getSenderId should be declared final Declare this method to be final. Medium MobileAlert.java 162
Getter/setter method setSenderId should be declared final Declare this method to be final. Medium MobileAlert.java 174
Getter/setter method getMessage should be declared final Declare this method to be final. Medium MobileAlert.java 186
Getter/setter method setMessage should be declared final Declare this method to be final. Medium MobileAlert.java 198
Getter/setter method getProxy should be declared final Declare this method to be final. Medium MobileAlert.java 210
Getter/setter method setProxy should be declared final Declare this method to be final. Medium MobileAlert.java 222
Getter/setter method getPort should be declared final Declare this method to be final. Medium MobileAlert.java 230
Getter/setter method setPort should be declared final Declare this method to be final. Medium MobileAlert.java 238
Getter/setter method getUrl should be declared final Declare this method to be final. Medium MobileAlertMessage.java 59
Getter/setter method setUrl should be declared final Declare this method to be final. Medium MobileAlertMessage.java 71
Getter/setter method getQueryString should be declared final Declare this method to be final. Medium MobileAlertMessage.java 83
Getter/setter method setQueryString should be declared final Declare this method to be final. Medium MobileAlertMessage.java 95
Getter/setter method getProxy should be declared final Declare this method to be final. Medium MobileAlertMessage.java 107
Getter/setter method setProxy should be declared final Declare this method to be final. Medium MobileAlertMessage.java 119
Getter/setter method getPort should be declared final Declare this method to be final. Medium MobileAlertMessage.java 127
Getter/setter method setPort should be declared final Declare this method to be final. Medium MobileAlertMessage.java 135
Getter/setter method getOut should be declared final Declare this method to be final. Medium MobileAlertMessageResponse.java 42
Getter/setter method setOut should be declared final Declare this method to be final. Medium MobileAlertMessageResponse.java 50
Getter/setter method getOut should be declared final Declare this method to be final. Medium MobileAlertResponse.java 42
Getter/setter method setOut should be declared final Declare this method to be final. Medium MobileAlertResponse.java 50
Getter/setter method getVehicleId should be declared final Declare this method to be final. Medium PointInPolygon.java 56
Getter/setter method setVehicleId should be declared final Declare this method to be final. Medium PointInPolygon.java 64
Getter/setter method getLat should be declared final Declare this method to be final. Medium PointInPolygon.java 72
Getter/setter method setLat should be declared final Declare this method to be final. Medium PointInPolygon.java 80
Getter/setter method getLan should be declared final Declare this method to be final. Medium PointInPolygon.java 88
Getter/setter method setLan should be declared final Declare this method to be final. Medium PointInPolygon.java 96
Getter/setter method getPacketTime should be declared final Declare this method to be final. Medium PointInPolygon.java 108
Getter/setter method setPacketTime should be declared final Declare this method to be final. Medium PointInPolygon.java 120
Getter/setter method isOut should be declared final Declare this method to be final. Medium PointInPolygonResponse.java 42
Getter/setter method setOut should be declared final Declare this method to be final. Medium PointInPolygonResponse.java 50
Getter/setter method getPolygonRegionSOAP should be declared final Declare this method to be final. Medium PolygonRegion_Service.java 53
Getter/setter method getVehicleId should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 60
Getter/setter method setVehicleId should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 68
Getter/setter method getRFIDNo should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 80
Getter/setter method setRFIDNo should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 92
Getter/setter method getLat should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 100
Getter/setter method setLat should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 108
Getter/setter method getLon should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 116
Getter/setter method setLon should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 124
Getter/setter method getPacketTime should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 136
Getter/setter method setPacketTime should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 148
Getter/setter method getVehicleId should be declared final Declare this method to be final. Medium WhetherInterested.java 56
Getter/setter method setVehicleId should be declared final Declare this method to be final. Medium WhetherInterested.java 64
Getter/setter method getLat should be declared final Declare this method to be final. Medium WhetherInterested.java 72
Getter/setter method setLat should be declared final Declare this method to be final. Medium WhetherInterested.java 80
Getter/setter method getLan should be declared final Declare this method to be final. Medium WhetherInterested.java 88
Getter/setter method setLan should be declared final Declare this method to be final. Medium WhetherInterested.java 96
Getter/setter method getPacketTime should be declared final Declare this method to be final. Medium WhetherInterested.java 108
Getter/setter method setPacketTime should be declared final Declare this method to be final. Medium WhetherInterested.java 120
Getter/setter method isOut should be declared final Declare this method to be final. Medium WhetherInterestedResponse.java 42
Getter/setter method setOut should be declared final Declare this method to be final. Medium WhetherInterestedResponse.java 50
Getter/setter method getNumberOfQueues should be declared final Declare this method to be final. Medium LMUResource.java 66
Getter/setter method setNumberOfQueues should be declared final Declare this method to be final. Medium LMUResource.java 69
Getter/setter method getQueueName should be declared final Declare this method to be final. Medium LMUResource.java 72
Getter/setter method setQueueName should be declared final Declare this method to be final. Medium LMUResource.java 75
Getter/setter method getServerUrl should be declared final Declare this method to be final. Medium LMUResource.java 78
Getter/setter method setServerUrl should be declared final Declare this method to be final. Medium LMUResource.java 81
Getter/setter method getQueueThreshold should be declared final Declare this method to be final. Medium LMUResource.java 84
Getter/setter method setQueueThreshold should be declared final Declare this method to be final. Medium LMUResource.java 87
Getter/setter method getJmxServiceUrl should be declared final Declare this method to be final. Medium LMUResource.java 90
Getter/setter method setJmxServiceUrl should be declared final Declare this method to be final. Medium LMUResource.java 93
Getter/setter method getRefreshInterval should be declared final Declare this method to be final. Medium LMUResource.java 96
Getter/setter method setRefreshInterval should be declared final Declare this method to be final. Medium LMUResource.java 99
Getter/setter method getAcknowledgeType should be declared final Declare this method to be final. Medium LMUResource.java 102
Getter/setter method setAcknowledgeType should be declared final Declare this method to be final. Medium LMUResource.java 105
Getter/setter method getServiceType should be declared final Declare this method to be final. Medium LMUResource.java 108
Getter/setter method setServiceType should be declared final Declare this method to be final. Medium LMUResource.java 111
Getter/setter method getMyLogger should be declared final Declare this method to be final. Medium MyLogger.java 19
Getter/setter method getCreditLimit should be declared final Declare this method to be final. Medium _Accounts.java 20
Getter/setter method getSmsSent should be declared final Declare this method to be final. Medium _Accounts.java 27
Getter/setter method getAccum should be declared final Declare this method to be final. Medium _AccumulatorRef.java 13
Getter/setter method getReference should be declared final Declare this method to be final. Medium _AccumulatorRef.java 20
Getter/setter method getCurrent should be declared final Declare this method to be final. Medium _CharityBarometer.java 24
Getter/setter method getTarget should be declared final Declare this method to be final. Medium _CharityBarometer.java 31
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _CharityBarometer.java 39
Getter/setter method getConfigName should be declared final Declare this method to be final. Medium _Configurations.java 14
Getter/setter method getConfigValue should be declared final Declare this method to be final. Medium _Configurations.java 21
Getter/setter method getAliasName should be declared final Declare this method to be final. Medium _Device.java 34
Getter/setter method getEnableStatus should be declared final Declare this method to be final. Medium _Device.java 41
Getter/setter method getFirmwareVersion should be declared final Declare this method to be final. Medium _Device.java 48
Getter/setter method getImeiNumber should be declared final Declare this method to be final. Medium _Device.java 55
Getter/setter method getInuseStatus should be declared final Declare this method to be final. Medium _Device.java 62
Getter/setter method getLastKnownIp should be declared final Declare this method to be final. Medium _Device.java 69
Getter/setter method getLastPacketReceivedTime should be declared final Declare this method to be final. Medium _Device.java 76
Getter/setter method getMobileNumber should be declared final Declare this method to be final. Medium _Device.java 83
Getter/setter method getWorkStatus should be declared final Declare this method to be final. Medium _Device.java 90
Getter/setter method getVehicleDetailsArray should be declared final Declare this method to be final. Medium _Device.java 101
Getter/setter method getCarRating should be declared final Declare this method to be final. Medium _Feedback.java 31
Getter/setter method getComment should be declared final Declare this method to be final. Medium _Feedback.java 38
Getter/setter method getDate should be declared final Declare this method to be final. Medium _Feedback.java 45
Getter/setter method getDriveRating should be declared final Declare this method to be final. Medium _Feedback.java 52
Getter/setter method getTripRating should be declared final Declare this method to be final. Medium _Feedback.java 59
Getter/setter method getToTripDetails should be declared final Declare this method to be final. Medium _Feedback.java 67
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _Feedback.java 76
Getter/setter method getEvenSms should be declared final Declare this method to be final. Medium _FenceHistory.java 29
Getter/setter method getEvenSpotOrder should be declared final Declare this method to be final. Medium _FenceHistory.java 36
Getter/setter method getMonSms should be declared final Declare this method to be final. Medium _FenceHistory.java 43
Getter/setter method getMonSpotOrder should be declared final Declare this method to be final. Medium _FenceHistory.java 50
Getter/setter method getSession should be declared final Declare this method to be final. Medium _FenceHistory.java 57
Getter/setter method getToGeofence should be declared final Declare this method to be final. Medium _FenceHistory.java 65
Getter/setter method getToTripTravelerDetails should be declared final Declare this method to be final. Medium _FrequentTravellerDetails.java 24
Getter/setter method getTime should be declared final Declare this method to be final. Medium _FrequentTripDetails.java 24
Getter/setter method getToTripDetails should be declared final Declare this method to be final. Medium _FrequentTripDetails.java 32
Getter/setter method getAddress should be declared final Declare this method to be final. Medium _Geofence.java 38
Getter/setter method getCountryCode should be declared final Declare this method to be final. Medium _Geofence.java 45
Getter/setter method getGeoLatitude should be declared final Declare this method to be final. Medium _Geofence.java 52
Getter/setter method getGeoLongitude should be declared final Declare this method to be final. Medium _Geofence.java 59
Getter/setter method getGeoName should be declared final Declare this method to be final. Medium _Geofence.java 66
Getter/setter method getGeofenceId should be declared final Declare this method to be final. Medium _Geofence.java 73
Getter/setter method getInsertOrder should be declared final Declare this method to be final. Medium _Geofence.java 80
Getter/setter method getRadius should be declared final Declare this method to be final. Medium _Geofence.java 87
Getter/setter method getFenceHistoryArray should be declared final Declare this method to be final. Medium _Geofence.java 98
Getter/setter method getToTripDetails should be declared final Declare this method to be final. Medium _Geofence.java 107
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _Geofence.java 116
Getter/setter method getUserGeofenceMapArray should be declared final Declare this method to be final. Medium _Geofence.java 128
Getter/setter method getGeofenceId should be declared final Declare this method to be final. Medium _GeovehicleMap.java 27
Getter/setter method getNotificationArray should be declared final Declare this method to be final. Medium _GeovehicleMap.java 38
Getter/setter method getToVehicleDetails should be declared final Declare this method to be final. Medium _GeovehicleMap.java 47
Getter/setter method getIsread should be declared final Declare this method to be final. Medium _Inbox.java 30
Getter/setter method getMessage should be declared final Declare this method to be final. Medium _Inbox.java 37
Getter/setter method getSenderUserid should be declared final Declare this method to be final. Medium _Inbox.java 44
Getter/setter method getSendingDate should be declared final Declare this method to be final. Medium _Inbox.java 51
Getter/setter method getSubject should be declared final Declare this method to be final. Medium _Inbox.java 58
Getter/setter method getTripid should be declared final Declare this method to be final. Medium _Inbox.java 65
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _Inbox.java 73
Getter/setter method getMobileNo should be declared final Declare this method to be final. Medium _Notification.java 25
Getter/setter method getNotifyAddress should be declared final Declare this method to be final. Medium _Notification.java 32
Getter/setter method getNotifyName should be declared final Declare this method to be final. Medium _Notification.java 39
Getter/setter method getToGeovehicleMap should be declared final Declare this method to be final. Medium _Notification.java 47
Getter/setter method getCity should be declared final Declare this method to be final. Medium _Organization.java 36
Getter/setter method getCountry should be declared final Declare this method to be final. Medium _Organization.java 43
Getter/setter method getEmail should be declared final Declare this method to be final. Medium _Organization.java 50
Getter/setter method getHeadName should be declared final Declare this method to be final. Medium _Organization.java 57
Getter/setter method getNoOfBuses should be declared final Declare this method to be final. Medium _Organization.java 64
Getter/setter method getNoOfStudents should be declared final Declare this method to be final. Medium _Organization.java 71
Getter/setter method getOrgStatus should be declared final Declare this method to be final. Medium _Organization.java 78
Getter/setter method getOrganizationName should be declared final Declare this method to be final. Medium _Organization.java 85
Getter/setter method getSmsStatus should be declared final Declare this method to be final. Medium _Organization.java 92
Getter/setter method getState should be declared final Declare this method to be final. Medium _Organization.java 99
Getter/setter method getUserDetailsArray should be declared final Declare this method to be final. Medium _Organization.java 110
Getter/setter method getVehicleDetailsArray should be declared final Declare this method to be final. Medium _Organization.java 122
Getter/setter method getLatitude should be declared final Declare this method to be final. Medium _PickupPoints.java 24
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium _PickupPoints.java 31
Getter/setter method getToTripDetails should be declared final Declare this method to be final. Medium _PickupPoints.java 39
Getter/setter method getEventcode should be declared final Declare this method to be final. Medium _ReportRef.java 27
Getter/setter method getDescription should be declared final Declare this method to be final. Medium _ReportRef.java 30
Getter/setter method getCategory should be declared final Declare this method to be final. Medium _ReportRef.java 33
Getter/setter method getAcknowledgetype should be declared final Declare this method to be final. Medium _ReportRef.java 50
Getter/setter method getCo2Save should be declared final Declare this method to be final. Medium _SavingStatus.java 29
Getter/setter method getLastUpdateTime should be declared final Declare this method to be final. Medium _SavingStatus.java 36
Getter/setter method getMoneySave should be declared final Declare this method to be final. Medium _SavingStatus.java 43
Getter/setter method getPetrolSave should be declared final Declare this method to be final. Medium _SavingStatus.java 50
Getter/setter method getTotKms should be declared final Declare this method to be final. Medium _SavingStatus.java 57
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _SavingStatus.java 65
Getter/setter method getColourcode should be declared final Declare this method to be final. Medium _Speedparameter.java 24
Getter/setter method getParameter should be declared final Declare this method to be final. Medium _Speedparameter.java 31
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _Speedparameter.java 39
Getter/setter method getMsgId should be declared final Declare this method to be final. Medium _TripMsgParams.java 26
Getter/setter method getMsgLength should be declared final Declare this method to be final. Medium _TripMsgParams.java 33
Getter/setter method getMsgRoute should be declared final Declare this method to be final. Medium _TripMsgParams.java 40
Getter/setter method getUserMsg should be declared final Declare this method to be final. Medium _TripMsgParams.java 47
Getter/setter method getToTripParameters should be declared final Declare this method to be final. Medium _TripMsgParams.java 55
Getter/setter method getStatusProperty should be declared final Declare this method to be final. Medium _TripParameters.java 59
Getter/setter method getCorrectionFactor should be declared final Declare this method to be final. Medium _TripParameters.java 67
Getter/setter method getDistance should be declared final Declare this method to be final. Medium _TripParameters.java 80
Getter/setter method getToVehicleDetails should be declared final Declare this method to be final. Medium _TripParameters.java 88
Getter/setter method getAltitude should be declared final Declare this method to be final. Medium _TripParameters.java 102
Getter/setter method getBatteryStatus should be declared final Declare this method to be final. Medium _TripParameters.java 109
Getter/setter method getBrake should be declared final Declare this method to be final. Medium _TripParameters.java 116
Getter/setter method getEventCode should be declared final Declare this method to be final. Medium _TripParameters.java 122
Getter/setter method getBrakelightStatus should be declared final Declare this method to be final. Medium _TripParameters.java 129
Getter/setter method getCreationTime should be declared final Declare this method to be final. Medium _TripParameters.java 136
Getter/setter method getDbInsertTime should be declared final Declare this method to be final. Medium _TripParameters.java 142
Getter/setter method getEngineStatus should be declared final Declare this method to be final. Medium _TripParameters.java 149
Getter/setter method getFuelContent should be declared final Declare this method to be final. Medium _TripParameters.java 156
Getter/setter method getHeading should be declared final Declare this method to be final. Medium _TripParameters.java 163
Getter/setter method getLattitude should be declared final Declare this method to be final. Medium _TripParameters.java 170
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium _TripParameters.java 177
Getter/setter method getOilPreassure should be declared final Declare this method to be final. Medium _TripParameters.java 184
Getter/setter method getDrivingSpeed should be declared final Declare this method to be final. Medium _TripPreference.java 27
Getter/setter method getGenderPreference should be declared final Declare this method to be final. Medium _TripPreference.java 34
Getter/setter method getMusic should be declared final Declare this method to be final. Medium _TripPreference.java 41
Getter/setter method getPets should be declared final Declare this method to be final. Medium _TripPreference.java 48
Getter/setter method getReturnTimeFlex should be declared final Declare this method to be final. Medium _TripPreference.java 55
Getter/setter method getSmoking should be declared final Declare this method to be final. Medium _TripPreference.java 62
Getter/setter method getStartTimeFlex should be declared final Declare this method to be final. Medium _TripPreference.java 69
Getter/setter method getTripid should be declared final Declare this method to be final. Medium _TripPreference.java 76
Getter/setter method getMessages should be declared final Declare this method to be final. Medium _TripScraps.java 24
Getter/setter method getUserid should be declared final Declare this method to be final. Medium _TripScraps.java 31
Getter/setter method getToTripDetails should be declared final Declare this method to be final. Medium _TripScraps.java 39
Getter/setter method getCoPassengerRelationship should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 40
Getter/setter method getDate should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 47
Getter/setter method getGender should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 54
Getter/setter method getGenderCopy should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 61
Getter/setter method getIsreturn should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 68
Getter/setter method getMessage should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 75
Getter/setter method getMessageSubject should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 82
Getter/setter method getRole should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 89
Getter/setter method getSeatsRequested should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 96
Getter/setter method getStartTimeFlexibility should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 103
Getter/setter method getTravellerFrequency should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 110
Getter/setter method getUserStatus should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 117
Getter/setter method getUserid should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 124
Getter/setter method getFrequentTravellerDetailsArray should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 135
Getter/setter method getToTripDetails should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 144
Getter/setter method getToTripDetails should be declared final Declare this method to be final. Medium _TripVehicleMap.java 25
Getter/setter method getToVehicleDetails should be declared final Declare this method to be final. Medium _TripVehicleMap.java 34
Getter/setter method getAccCreationTime should be declared final Declare this method to be final. Medium _User.java 41
Getter/setter method getAddress should be declared final Declare this method to be final. Medium _User.java 48
Getter/setter method getAge should be declared final Declare this method to be final. Medium _User.java 55
Getter/setter method getFirstname should be declared final Declare this method to be final. Medium _User.java 62
Getter/setter method getLastLoginTime should be declared final Declare this method to be final. Medium _User.java 69
Getter/setter method getLastUpdateTime should be declared final Declare this method to be final. Medium _User.java 76
Getter/setter method getLastname should be declared final Declare this method to be final. Medium _User.java 83
Getter/setter method getLoginName should be declared final Declare this method to be final. Medium _User.java 90
Getter/setter method getMailid should be declared final Declare this method to be final. Medium _User.java 97
Getter/setter method getPassword should be declared final Declare this method to be final. Medium _User.java 104
Getter/setter method getSecAnswer should be declared final Declare this method to be final. Medium _User.java 111
Getter/setter method getSecQuestion should be declared final Declare this method to be final. Medium _User.java 118
Getter/setter method getSex should be declared final Declare this method to be final. Medium _User.java 125
Getter/setter method getTimezone should be declared final Declare this method to be final. Medium _User.java 132
Getter/setter method getUserPreferenceArray should be declared final Declare this method to be final. Medium _User.java 143
Getter/setter method getVehicleArray should be declared final Declare this method to be final. Medium _User.java 155
Getter/setter method getAccCreationTime should be declared final Declare this method to be final. Medium _UserDetails.java 68
Getter/setter method getAge should be declared final Declare this method to be final. Medium _UserDetails.java 75
Getter/setter method getToGeofence should be declared final Declare this method to be final. Medium _UserGeofenceMap.java 25
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _UserGeofenceMap.java 34
Getter/setter method getDescription should be declared final Declare this method to be final. Medium _UserLandmarks.java 26
Getter/setter method getLandmark should be declared final Declare this method to be final. Medium _UserLandmarks.java 33
Getter/setter method getLatitude should be declared final Declare this method to be final. Medium _UserLandmarks.java 40
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium _UserLandmarks.java 47
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _UserLandmarks.java 55
Getter/setter method getGeozoneLimit should be declared final Declare this method to be final. Medium _UserPreference.java 25
Getter/setter method getSpeedLimit should be declared final Declare this method to be final. Medium _UserPreference.java 32
Getter/setter method getStopLimit should be declared final Declare this method to be final. Medium _UserPreference.java 39
Getter/setter method getToUser should be declared final Declare this method to be final. Medium _UserPreference.java 47
Getter/setter method getDestination should be declared final Declare this method to be final. Medium _UserPreferences.java 37
Getter/setter method getDestinationLimit should be declared final Declare this method to be final. Medium _UserPreferences.java 44
Getter/setter method getDistancePreferenceStatus should be declared final Declare this method to be final. Medium _UserPreferences.java 51
Getter/setter method getDrivingPreference should be declared final Declare this method to be final. Medium _UserPreferences.java 58
Getter/setter method getEmailAlert should be declared final Declare this method to be final. Medium _UserPreferences.java 65
Getter/setter method getGenderPreference should be declared final Declare this method to be final. Medium _UserPreferences.java 72
Getter/setter method getRoleType should be declared final Declare this method to be final. Medium _UserPreferences.java 79
Getter/setter method getSearchPreferenceStatus should be declared final Declare this method to be final. Medium _UserPreferences.java 86
Getter/setter method getSmokingPreference should be declared final Declare this method to be final. Medium _UserPreferences.java 93
Getter/setter method getSmsAlert should be declared final Declare this method to be final. Medium _UserPreferences.java 100
Getter/setter method getSourceLocation should be declared final Declare this method to be final. Medium _UserPreferences.java 107
Getter/setter method getSpeedLimit should be declared final Declare this method to be final. Medium _UserPreferences.java 114
Getter/setter method getStartDistanceLimit should be declared final Declare this method to be final. Medium _UserPreferences.java 121
Getter/setter method getStopLimit should be declared final Declare this method to be final. Medium _UserPreferences.java 128
Getter/setter method getTripFrequency should be declared final Declare this method to be final. Medium _UserPreferences.java 135
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _UserPreferences.java 143
Getter/setter method getColor should be declared final Declare this method to be final. Medium _Vehicle.java 30
Getter/setter method getCompanyName should be declared final Declare this method to be final. Medium _Vehicle.java 37
Getter/setter method getImeiNumber should be declared final Declare this method to be final. Medium _Vehicle.java 44
Getter/setter method getModel should be declared final Declare this method to be final. Medium _Vehicle.java 51
Getter/setter method getRegNo should be declared final Declare this method to be final. Medium _Vehicle.java 58
Getter/setter method getVehicleDescription should be declared final Declare this method to be final. Medium _Vehicle.java 65
Getter/setter method getToUser should be declared final Declare this method to be final. Medium _Vehicle.java 73
Getter/setter method getToOrganization should be declared final Declare this method to be final. Medium _Vehicle.java 80
Getter/setter method getAcStatus should be declared final Declare this method to be final. Medium _VehicleDetails.java 51
Getter/setter method getAmFmStatus should be declared final Declare this method to be final. Medium _VehicleDetails.java 58
Getter/setter method getCarMileage should be declared final Declare this method to be final. Medium _VehicleDetails.java 65
Getter/setter method getCarType should be declared final Declare this method to be final. Medium _VehicleDetails.java 72
Getter/setter method getCdDvdStatus should be declared final Declare this method to be final. Medium _VehicleDetails.java 79
Getter/setter method getColor should be declared final Declare this method to be final. Medium _VehicleDetails.java 86
Getter/setter method getCompanyName should be declared final Declare this method to be final. Medium _VehicleDetails.java 93
Getter/setter method getImeiNumber should be declared final Declare this method to be final. Medium _VehicleDetails.java 100
Getter/setter method getMusicStatus should be declared final Declare this method to be final. Medium _VehicleDetails.java 107
Getter/setter method getRegNo should be declared final Declare this method to be final. Medium _VehicleDetails.java 114
Getter/setter method getRunningStatus should be declared final Declare this method to be final. Medium _VehicleDetails.java 121
Getter/setter method getTotalSeats should be declared final Declare this method to be final. Medium _VehicleDetails.java 128
Getter/setter method getUseStatus should be declared final Declare this method to be final. Medium _VehicleDetails.java 135
Getter/setter method getVehicleName should be declared final Declare this method to be final. Medium _VehicleDetails.java 142
Getter/setter method getGeovehicleMapArray should be declared final Declare this method to be final. Medium _VehicleDetails.java 153
Getter/setter method getToDevice should be declared final Declare this method to be final. Medium _VehicleDetails.java 162
Getter/setter method getToOrganization should be declared final Declare this method to be final. Medium _VehicleDetails.java 171
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _VehicleDetails.java 180
Getter/setter method getVehicleDesc should be declared final Declare this method to be final. Medium _VehicleGroup.java 27
Getter/setter method getVehicleGroupName should be declared final Declare this method to be final. Medium _VehicleGroup.java 34
Getter/setter method getVehiclePurpose should be declared final Declare this method to be final. Medium _VehicleGroup.java 41
Getter/setter method getVehicleDetailsArray should be declared final Declare this method to be final. Medium _VehicleGroup.java 52
Getter/setter method getOrganizationId should be declared final Declare this method to be final. Medium Organization.java 6
Getter/setter method getTripId should be declared final Declare this method to be final. Medium TripDetails.java 54
Getter/setter method getPacketType should be declared final Declare this method to be final. Medium TripParameters.java 78
Getter/setter method getUsrMsg should be declared final Declare this method to be final. Medium TripParameters.java 82
Getter/setter method getVehicleId should be declared final Declare this method to be final. Medium VehicleDetails.java 15
 
Violation Recommendation Severity Resource Line
Concatenating an array Before concatenating the array, use <code>java.util.Arrays.toString()</code> to convert it to a <code>String</code>. This method returns a human-readable String of the form <code>[element, element, ...]</code>. Medium UDPServerMINA.java 100
 
Violation Recommendation Severity Resource Line
Incorrect modifier order: "static" should appear before "final" Re-order the modifiers. Medium PolygonRegion_Service.java 26
Incorrect modifier order: "static" should appear before "final" Re-order the modifiers. Medium Base16Encoder.java 4
Incorrect modifier order: "static" should appear before "final" Re-order the modifiers. Medium ClientCommunicator.java 21
Incorrect modifier order: "static" should appear before "final" Re-order the modifiers. Medium TestClient.java 18
 
Violation Recommendation Severity Resource Line
Variable or parameter nodeList is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium CategoryReader.java 67
Variable or parameter boolValue is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DirectParamEvaluator.java 21
Variable or parameter correctPacketvalues is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DriftMasker.java 32
Variable or parameter eventCode is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DriftMasker.java 33
Variable or parameter parametersToChange is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DriftMasker.java 34
Variable or parameter strValue is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DriftMasker.java 35
Variable or parameter arlValue is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DriftMasker.java 36
Variable or parameter arg is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium DriftMasker.java 53
Variable or parameter parametersToChange is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium DriftMasker.java 74
Variable or parameter nodeList is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium ExpReader.java 70
Variable or parameter expression is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium ExpressionDecoder.java 60
Variable or parameter esn is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ExpressionDecoder.java 88
Variable or parameter strValue is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium ExpressionDecoder.java 137
Variable or parameter val is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ExpressionHandler.java 22
Variable or parameter evalResult is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium ExpressionHandler.java 34
Variable or parameter nodeList is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium ValidatorReader.java 116
Variable or parameter dbf is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FileUtilities.java 33
Variable or parameter nList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FileUtilities.java 60
Variable or parameter j is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FileUtilities.java 71
Variable or parameter repRef is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUResource.java 40
Variable or parameter context is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUResource.java 41
Variable or parameter ackEvent is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUResource.java 42
Variable or parameter restWS is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium PacketDataFetcher.java 33
Variable or parameter query is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium PacketDataFetcher.java 53
Variable or parameter reponse is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium PacketDataFetcher.java 54
Variable or parameter array is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium PacketDataFetcher.java 73
Variable or parameter hashKeys is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium PacketDataFetcher.java 74
Variable or parameter i is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ParamUtils.java 70
Variable or parameter formatter is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AlertManager.java 48
Variable or parameter isInterested is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AlertManager.java 83
Variable or parameter msr is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AsyncCaller.java 148
Variable or parameter free is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ClientCommunicator.java 64
Variable or parameter valFailedExpression is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ConsumerThread.java 110
Variable or parameter counter is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ConsumerThread.java 111
Variable or parameter ignoreExp is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ConsumerThread.java 112
Variable or parameter expRecorder is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ConsumerThread.java 113
Variable or parameter isInterested is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DBManager.java 69
Variable or parameter isInorOut is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DBManager.java 70
Variable or parameter restWS is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DBManager.java 71
Variable or parameter caller is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DBManager.java 197
Variable or parameter digits is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 59
Variable or parameter digits is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 73
Variable or parameter cal is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 88
Variable or parameter format is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 108
Variable or parameter stat is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 124
Variable or parameter stat is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 146
Variable or parameter stat is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 161
Variable or parameter xpath1 is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 187
Variable or parameter xpath2 is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 188
Variable or parameter exp1 is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 189
Variable or parameter exp2 is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 190
Variable or parameter event is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 225
Variable or parameter observerInstance is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium PacketConsumer.java 137
Variable or parameter queuenames is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium PacketConsumer.java 172
Variable or parameter context is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium PacketConsumer.java 248
Variable or parameter iByte is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium packetHandler.java 26
Variable or parameter objbyte is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium packetHandler.java 67
Variable or parameter objbyte1 is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium packetHandler.java 74
Variable or parameter arlParamLis is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium packetHandler.java 118
Variable or parameter arlParamLis is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium packetHandler.java 121
Variable or parameter objParams is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium recieveThread.java 57
Variable or parameter queueFlag is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium recieveThread.java 59
Variable or parameter packetEvent is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium recieveThread.java 60
Variable or parameter objQ is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium recieveThread.java 158
Variable or parameter objQ is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium RecieveThreadDummy.java 39
Variable or parameter producer is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RecieveThreadDummy.java 42
Variable or parameter objProducer is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RecieveThreadDummy.java 43
Variable or parameter objByte is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium sendMessage.java 60
Variable or parameter executor is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium TimerTask1.java 29
Variable or parameter inFromUser is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 46
Variable or parameter clientCount is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 50
Variable or parameter udpObj is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 52
Variable or parameter f is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 62
Variable or parameter search is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 63
Variable or parameter result is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 64
Variable or parameter in is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 66
Variable or parameter in1 is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 67
Variable or parameter serverSocket is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPServer.java 13
Variable or parameter receiveData is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPServer.java 14
Variable or parameter sendData is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPServer.java 15
Variable or parameter result is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPServerMINA.java 97
Variable or parameter cal is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium WSThread.java 42
Variable or parameter context is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium WSThread.java 43
Variable or parameter selectQuery is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium WSThread.java 49
Variable or parameter isInterested is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium WSThread.java 51
Variable or parameter restWS is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium WSThread.java 52
Variable or parameter eventCode is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium WSThread.java 54
Variable or parameter isInorOut is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium WSThread.java 55
Variable or parameter userMSG is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium WSThread.java 56
Variable or parameter accRefList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AccumulatorRef.java 21
Variable or parameter conList is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium Configurations.java 24
Variable or parameter param is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ReportRef.java 52
Variable or parameter ampm is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium TripDetails.java 91
Variable or parameter selectQuery is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium TripDetails.java 118
Variable or parameter tripParams is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium TripParameters.java 97
Variable or parameter selectQuery is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleDetails.java 26
Variable or parameter vehicleList is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium VehicleDetails.java 32
 
Violation Recommendation Severity Resource Line
Uncommented local variable: util Comment the local variable. Medium CategoryReader.java 43
Uncommented local variable: thisMethod Comment the local variable. Medium CategoryReader.java 68
Uncommented local variable: expressionClass Comment the local variable. Medium CategoryReader.java 69
Uncommented local variable: node Comment the local variable. Medium CategoryReader.java 70
Uncommented local variable: nodeMaps Comment the local variable. Medium CategoryReader.java 71
Uncommented local variable: eElement Comment the local variable. Medium CategoryReader.java 72
Uncommented local variable: attributeType Comment the local variable. Medium CategoryReader.java 83
Uncommented local variable: methodName Comment the local variable. Medium CategoryReader.java 84
Uncommented local variable: boolValue Comment the local variable. Medium DirectParamEvaluator.java 21
Uncommented local variable: counter Comment the local variable. Medium DirectParamEvaluator.java 22
Uncommented local variable: expressionReader Comment the local variable. Medium DirectParamEvaluator.java 29
Uncommented local variable: decoder Comment the local variable. Medium DirectParamEvaluator.java 32
Uncommented local variable: handler Comment the local variable. Medium DirectParamEvaluator.java 33
Uncommented local variable: xprssion Comment the local variable. Medium DirectParamEvaluator.java 41
Uncommented local variable: decodedExpression Comment the local variable. Medium DirectParamEvaluator.java 43
Uncommented local variable: eventCode Comment the local variable. Medium DriftMasker.java 33
Uncommented local variable: parametersToChange Comment the local variable. Medium DriftMasker.java 34
Uncommented local variable: strValue Comment the local variable. Medium DriftMasker.java 35
Uncommented local variable: catReader Comment the local variable. Medium DriftMasker.java 39
Uncommented local variable: decoder Comment the local variable. Medium DriftMasker.java 41
Uncommented local variable: loadCategory Comment the local variable. Medium DriftMasker.java 46
Uncommented local variable: arg Comment the local variable. Medium DriftMasker.java 47
Uncommented local variable: formula Comment the local variable. Medium DriftMasker.java 69
Uncommented local variable: result Comment the local variable. Medium DriftMasker.java 78
Uncommented local variable: param Comment the local variable. Medium DriftMasker.java 87
Uncommented local variable: util Comment the local variable. Medium ExpReader.java 44
Uncommented local variable: thisMethod Comment the local variable. Medium ExpReader.java 71
Uncommented local variable: expressionClass Comment the local variable. Medium ExpReader.java 72
Uncommented local variable: node Comment the local variable. Medium ExpReader.java 73
Uncommented local variable: nodeMaps Comment the local variable. Medium ExpReader.java 74
Uncommented local variable: eElement Comment the local variable. Medium ExpReader.java 75
Uncommented local variable: attributeType Comment the local variable. Medium ExpReader.java 84
Uncommented local variable: methodName Comment the local variable. Medium ExpReader.java 85
Uncommented local variable: strValue Comment the local variable. Medium ExpressionDecoder.java 44
Uncommented local variable: strValue Comment the local variable. Medium ExpressionDecoder.java 87
Uncommented local variable: esn Comment the local variable. Medium ExpressionDecoder.java 88
Uncommented local variable: evalResult Comment the local variable. Medium ExpressionHandler.java 21
Uncommented local variable: val Comment the local variable. Medium ExpressionHandler.java 22
Uncommented local variable: val Comment the local variable. Medium ExpressionHandler.java 50
Uncommented local variable: objJep Comment the local variable. Medium ExpressionHandler.java 52
Uncommented local variable: util Comment the local variable. Medium ValidatorReader.java 47
Uncommented local variable: thisMethod Comment the local variable. Medium ValidatorReader.java 118
Uncommented local variable: expressionClass Comment the local variable. Medium ValidatorReader.java 119
Uncommented local variable: node Comment the local variable. Medium ValidatorReader.java 120
Uncommented local variable: nodeMaps Comment the local variable. Medium ValidatorReader.java 121
Uncommented local variable: eElement Comment the local variable. Medium ValidatorReader.java 122
Uncommented local variable: attributeType Comment the local variable. Medium ValidatorReader.java 132
Uncommented local variable: methodName Comment the local variable. Medium ValidatorReader.java 133
Uncommented local variable: lat Comment the local variable. Medium GpsWebserviceClient.java 66
Uncommented local variable: lon Comment the local variable. Medium GpsWebserviceClient.java 67
Uncommented local variable: vehicleId Comment the local variable. Medium GpsWebserviceClient.java 68
Uncommented local variable: cal Comment the local variable. Medium GpsWebserviceClient.java 69
Uncommented local variable: date2 Comment the local variable. Medium GpsWebserviceClient.java 72
Uncommented local variable: url Comment the local variable. Medium GpsWebserviceClient.java 80
Uncommented local variable: qname Comment the local variable. Medium GpsWebserviceClient.java 84
Uncommented local variable: service Comment the local variable. Medium GpsWebserviceClient.java 86
Uncommented local variable: region Comment the local variable. Medium GpsWebserviceClient.java 89
Uncommented local variable: itr Comment the local variable. Medium GpsWebserviceClient.java 90
Uncommented local variable: url Comment the local variable. Medium PolygonRegion_Service.java 29
Uncommented local variable: dbf Comment the local variable. Medium FileUtilities.java 33
Uncommented local variable: db Comment the local variable. Medium FileUtilities.java 34
Uncommented local variable: document Comment the local variable. Medium FileUtilities.java 35
Uncommented local variable: is Comment the local variable. Medium FileUtilities.java 36
Uncommented local variable: nList Comment the local variable. Medium FileUtilities.java 60
Uncommented local variable: j Comment the local variable. Medium FileUtilities.java 71
Uncommented local variable: node Comment the local variable. Medium FileUtilities.java 76
Uncommented local variable: repRef Comment the local variable. Medium LMUResource.java 40
Uncommented local variable: context Comment the local variable. Medium LMUResource.java 41
Uncommented local variable: bout Comment the local variable. Medium LogHandler.java 20
Uncommented local variable: msg Comment the local variable. Medium LogHandler.java 22
Uncommented local variable: restWS Comment the local variable. Medium PacketDataFetcher.java 33
Uncommented local variable: response Comment the local variable. Medium PacketDataFetcher.java 34
Uncommented local variable: query Comment the local variable. Medium PacketDataFetcher.java 53
Uncommented local variable: reponse Comment the local variable. Medium PacketDataFetcher.java 54
Uncommented local variable: array Comment the local variable. Medium PacketDataFetcher.java 73
Uncommented local variable: hashKeys Comment the local variable. Medium PacketDataFetcher.java 74
Uncommented local variable: outerObject Comment the local variable. Medium PacketDataFetcher.java 82
Uncommented local variable: key Comment the local variable. Medium PacketDataFetcher.java 84
Uncommented local variable: value Comment the local variable. Medium PacketDataFetcher.java 86
Uncommented local variable: param Comment the local variable. Medium ParamUtils.java 26
Uncommented local variable: param Comment the local variable. Medium ParamUtils.java 30
Uncommented local variable: i Comment the local variable. Medium ParamUtils.java 46
Uncommented local variable: c Comment the local variable. Medium ValidatorFactory.java 17
Uncommented local variable: packetObserver Comment the local variable. Medium ValidatorFactory.java 18
Uncommented local variable: eventcodes Comment the local variable. Medium AlertManager.java 27
Uncommented local variable: code Comment the local variable. Medium AlertManager.java 30
Uncommented local variable: msg Comment the local variable. Medium AlertManager.java 31
Uncommented local variable: formatter Comment the local variable. Medium AlertManager.java 48
Uncommented local variable: msg Comment the local variable. Medium AlertManager.java 53
Uncommented local variable: vehicle Comment the local variable. Medium AlertManager.java 55
Uncommented local variable: speed Comment the local variable. Medium AlertManager.java 56
Uncommented local variable: dte Comment the local variable. Medium AlertManager.java 57
Uncommented local variable: group Comment the local variable. Medium AlertManager.java 61
Uncommented local variable: alMgr Comment the local variable. Medium AlertManager.java 75
Uncommented local variable: msg Comment the local variable. Medium AlertManager.java 79
Uncommented local variable: code Comment the local variable. Medium AlertManager.java 81
Uncommented local variable: isInterested Comment the local variable. Medium AlertManager.java 83
Uncommented local variable: future Comment the local variable. Medium AsyncCaller.java 41
Uncommented local variable: isInterested Comment the local variable. Medium AsyncCaller.java 63
Uncommented local variable: cal Comment the local variable. Medium AsyncCaller.java 64
Uncommented local variable: tripParamObj Comment the local variable. Medium AsyncCaller.java 67
Uncommented local variable: date2 Comment the local variable. Medium AsyncCaller.java 73
Uncommented local variable: gpsClient Comment the local variable. Medium AsyncCaller.java 74
Uncommented local variable: alMgr Comment the local variable. Medium AsyncCaller.java 80
Uncommented local variable: eventcode Comment the local variable. Medium AsyncCaller.java 83
Uncommented local variable: evcode Comment the local variable. Medium AsyncCaller.java 84
Uncommented local variable: OrgId Comment the local variable. Medium AsyncCaller.java 86
Uncommented local variable: restWS Comment the local variable. Medium AsyncCaller.java 96
Uncommented local variable: isIn Comment the local variable. Medium AsyncCaller.java 98
Uncommented local variable: formatter Comment the local variable. Medium AsyncCaller.java 100
Uncommented local variable: encoder Comment the local variable. Medium AsyncCaller.java 104
Uncommented local variable: date Comment the local variable. Medium AsyncCaller.java 107
Uncommented local variable: flag Comment the local variable. Medium AsyncCaller.java 109
Uncommented local variable: msr Comment the local variable. Medium AsyncCaller.java 148
Uncommented local variable: hexBuffer Comment the local variable. Medium Base16Encoder.java 12
Uncommented local variable: len Comment the local variable. Medium Base16Encoder.java 23
Uncommented local variable: digit1 Comment the local variable. Medium Base16Encoder.java 26
Uncommented local variable: digit2 Comment the local variable. Medium Base16Encoder.java 26
Uncommented local variable: connFuture Comment the local variable. Medium ClientCommunicator.java 38
Uncommented local variable: free Comment the local variable. Medium ClientCommunicator.java 64
Uncommented local variable: ack Comment the local variable. Medium ClientCommunicator.java 65
Uncommented local variable: buffer Comment the local variable. Medium ClientCommunicator.java 66
Uncommented local variable: resbundle Comment the local variable. Medium CommonClass.java 17
Uncommented local variable: jc Comment the local variable. Medium configReader.java 29
Uncommented local variable: unmarshaller Comment the local variable. Medium configReader.java 31
Uncommented local variable: jc Comment the local variable. Medium configReader.java 69
Uncommented local variable: unmarshaller Comment the local variable. Medium configReader.java 71
Uncommented local variable: jc Comment the local variable. Medium configReader.java 101
Uncommented local variable: unmarshaller Comment the local variable. Medium configReader.java 103
Uncommented local variable: objMsg Comment the local variable. Medium ConsumerThread.java 57
Uncommented local variable: packetType Comment the local variable. Medium ConsumerThread.java 67
Uncommented local variable: valFailedExpression Comment the local variable. Medium ConsumerThread.java 110
Uncommented local variable: counter Comment the local variable. Medium ConsumerThread.java 111
Uncommented local variable: ignoreExp Comment the local variable. Medium ConsumerThread.java 112
Uncommented local variable: expRecorder Comment the local variable. Medium ConsumerThread.java 113
Uncommented local variable: dbObj Comment the local variable. Medium ConsumerThread.java 150
Uncommented local variable: isInterested Comment the local variable. Medium DBManager.java 69
Uncommented local variable: isInorOut Comment the local variable. Medium DBManager.java 70
Uncommented local variable: restWS Comment the local variable. Medium DBManager.java 71
Uncommented local variable: gpsClient Comment the local variable. Medium DBManager.java 75
Uncommented local variable: tripParamObj Comment the local variable. Medium DBManager.java 77
Uncommented local variable: date2 Comment the local variable. Medium DBManager.java 84
Uncommented local variable: flag Comment the local variable. Medium DBManager.java 92
Uncommented local variable: formatter Comment the local variable. Medium DBManager.java 111
Uncommented local variable: encoder Comment the local variable. Medium DBManager.java 114
Uncommented local variable: date Comment the local variable. Medium DBManager.java 116
Uncommented local variable: flag Comment the local variable. Medium DBManager.java 118
Uncommented local variable: caller Comment the local variable. Medium DBManager.java 197
Uncommented local variable: context Comment the local variable. Medium DBManager_PerfTest.java 15
Uncommented local variable: objTrpDtl Comment the local variable. Medium DBManager_PerfTest.java 46
Uncommented local variable: trpParams Comment the local variable. Medium DBManager_PerfTest.java 47
Uncommented local variable: latTemp Comment the local variable. Medium DBManager_PerfTest.java 64
Uncommented local variable: longTemp Comment the local variable. Medium DBManager_PerfTest.java 66
Uncommented local variable: date1 Comment the local variable. Medium LMUUtils.java 39
Uncommented local variable: d Comment the local variable. Medium LMUUtils.java 43
Uncommented local variable: cal Comment the local variable. Medium LMUUtils.java 44
Uncommented local variable: digits Comment the local variable. Medium LMUUtils.java 59
Uncommented local variable: val Comment the local variable. Medium LMUUtils.java 61
Uncommented local variable: c Comment the local variable. Medium LMUUtils.java 63
Uncommented local variable: d Comment the local variable. Medium LMUUtils.java 64
Uncommented local variable: digits Comment the local variable. Medium LMUUtils.java 73
Uncommented local variable: hex Comment the local variable. Medium LMUUtils.java 75
Uncommented local variable: cal Comment the local variable. Medium LMUUtils.java 88
Uncommented local variable: format Comment the local variable. Medium LMUUtils.java 108
Uncommented local variable: cal Comment the local variable. Medium LMUUtils.java 110
Uncommented local variable: response Comment the local variable. Medium LMUUtils.java 117
Uncommented local variable: client Comment the local variable. Medium LMUUtils.java 118
Uncommented local variable: host Comment the local variable. Medium LMUUtils.java 119
Uncommented local variable: method Comment the local variable. Medium LMUUtils.java 122
Uncommented local variable: stat Comment the local variable. Medium LMUUtils.java 124
Uncommented local variable: statusCode Comment the local variable. Medium LMUUtils.java 140
Uncommented local variable: utils Comment the local variable. Medium LMUUtils.java 179
Uncommented local variable: factory Comment the local variable. Medium LMUUtils.java 186
Uncommented local variable: xpath1 Comment the local variable. Medium LMUUtils.java 187
Uncommented local variable: xpath2 Comment the local variable. Medium LMUUtils.java 188
Uncommented local variable: exp1 Comment the local variable. Medium LMUUtils.java 189
Uncommented local variable: exp2 Comment the local variable. Medium LMUUtils.java 190
Uncommented local variable: address1 Comment the local variable. Medium LMUUtils.java 191
Uncommented local variable: address2 Comment the local variable. Medium LMUUtils.java 192
Uncommented local variable: inputXML Comment the local variable. Medium LMUUtils.java 197
Uncommented local variable: inputXML2 Comment the local variable. Medium LMUUtils.java 199
Uncommented local variable: event Comment the local variable. Medium LMUUtils.java 216
Uncommented local variable: context Comment the local variable. Medium PacketConsumer.java 95
Uncommented local variable: accumRef Comment the local variable. Medium PacketConsumer.java 98
Uncommented local variable: objConfig Comment the local variable. Medium PacketConsumer.java 108
Uncommented local variable: ex Comment the local variable. Medium PacketConsumer.java 116
Uncommented local variable: reader Comment the local variable. Medium PacketConsumer.java 129
Uncommented local variable: observerInstance Comment the local variable. Medium PacketConsumer.java 132
Uncommented local variable: validatorFactory Comment the local variable. Medium PacketConsumer.java 133
Uncommented local variable: queuenames Comment the local variable. Medium PacketConsumer.java 169
Uncommented local variable: context Comment the local variable. Medium PacketConsumer.java 248
Uncommented local variable: reference Comment the local variable. Medium PacketConsumer.java 253
Uncommented local variable: objPck Comment the local variable. Medium PacketConsumer.java 270
Uncommented local variable: strDataSection Comment the local variable. Medium packetHandler.java 23
Uncommented local variable: iParsed Comment the local variable. Medium packetHandler.java 25
Uncommented local variable: iByte Comment the local variable. Medium packetHandler.java 26
Uncommented local variable: result Comment the local variable. Medium packetHandler.java 42
Uncommented local variable: value Comment the local variable. Medium packetHandler.java 57
Uncommented local variable: objOptHdr Comment the local variable. Medium packetHandler.java 116
Uncommented local variable: objTempParam Comment the local variable. Medium packetHandler.java 120
Uncommented local variable: strParamValue Comment the local variable. Medium packetHandler.java 122
Uncommented local variable: commObj Comment the local variable. Medium PacketProducer.java 52
Uncommented local variable: thrdQ Comment the local variable. Medium PacketProducer.java 106
Uncommented local variable: QueueName Comment the local variable. Medium PacketProducer.java 109
Uncommented local variable: objMsg Comment the local variable. Medium PacketProducer.java 134
Uncommented local variable: thrdQ Comment the local variable. Medium QueueAllocator.java 70
Uncommented local variable: QueueName Comment the local variable. Medium QueueAllocator.java 73
Uncommented local variable: queueFlag Comment the local variable. Medium recieveThread.java 59
Uncommented local variable: packetEvent Comment the local variable. Medium recieveThread.java 60
Uncommented local variable: s Comment the local variable. Medium recieveThread.java 64
Uncommented local variable: objndler Comment the local variable. Medium recieveThread.java 69
Uncommented local variable: mobileNumber Comment the local variable. Medium recieveThread.java 73
Uncommented local variable: dateMillis Comment the local variable. Medium recieveThread.java 74
Uncommented local variable: strValue Comment the local variable. Medium recieveThread.java 81
Uncommented local variable: objLMdir Comment the local variable. Medium recieveThread.java 115
Uncommented local variable: objDummy Comment the local variable. Medium recieveThread.java 116
Uncommented local variable: objParam Comment the local variable. Medium recieveThread.java 118
Uncommented local variable: objLMDr Comment the local variable. Medium recieveThread.java 152
Uncommented local variable: objParm Comment the local variable. Medium recieveThread.java 153
Uncommented local variable: objQ Comment the local variable. Medium recieveThread.java 156
Uncommented local variable: producer Comment the local variable. Medium recieveThread.java 161
Uncommented local variable: objProducer Comment the local variable. Medium recieveThread.java 163
Uncommented local variable: objParam Comment the local variable. Medium recieveThread.java 172
Uncommented local variable: objOptHdr Comment the local variable. Medium recieveThread.java 184
Uncommented local variable: recThread Comment the local variable. Medium recieveThread.java 197
Uncommented local variable: esn Comment the local variable. Medium RecieveThreadDummy.java 20
Uncommented local variable: objQ Comment the local variable. Medium RecieveThreadDummy.java 36
Uncommented local variable: producer Comment the local variable. Medium RecieveThreadDummy.java 42
Uncommented local variable: objProducer Comment the local variable. Medium RecieveThreadDummy.java 43
Uncommented local variable: objParam Comment the local variable. Medium sendMessage.java 39
Uncommented local variable: buffer Comment the local variable. Medium sendMessage.java 40
Uncommented local variable: strSize Comment the local variable. Medium sendMessage.java 41
Uncommented local variable: iBiteSize Comment the local variable. Medium sendMessage.java 42
Uncommented local variable: strHex Comment the local variable. Medium sendMessage.java 83
Uncommented local variable: dateFormat Comment the local variable. Medium sendMessage.java 88
Uncommented local variable: date Comment the local variable. Medium sendMessage.java 89
Uncommented local variable: objParam Comment the local variable. Medium sendMessage.java 111
Uncommented local variable: iPos Comment the local variable. Medium sendMessage.java 112
Uncommented local variable: iSize Comment the local variable. Medium sendMessage.java 113
Uncommented local variable: strHex1 Comment the local variable. Medium sendMessage.java 128
Uncommented local variable: connFuture Comment the local variable. Medium TestClient.java 35
Uncommented local variable: strInput Comment the local variable. Medium TestClient.java 63
Uncommented local variable: buffer Comment the local variable. Medium TestClient.java 65
Uncommented local variable: buffer Comment the local variable. Medium TestClient.java 93
Uncommented local variable: executor Comment the local variable. Medium TimerTask1.java 29
Uncommented local variable: worker Comment the local variable. Medium TimerTask1.java 33
Uncommented local variable: activeThreads Comment the local variable. Medium TimerTask1.java 35
Uncommented local variable: date Comment the local variable. Medium UDPClient.java 42
Uncommented local variable: inFromUser Comment the local variable. Medium UDPClient.java 46
Uncommented local variable: ip Comment the local variable. Medium UDPClient.java 47
Uncommented local variable: port Comment the local variable. Medium UDPClient.java 48
Uncommented local variable: packsize Comment the local variable. Medium UDPClient.java 49
Uncommented local variable: clientCount Comment the local variable. Medium UDPClient.java 50
Uncommented local variable: udpObj Comment the local variable. Medium UDPClient.java 52
Uncommented local variable: search Comment the local variable. Medium UDPClient.java 63
Uncommented local variable: result Comment the local variable. Medium UDPClient.java 64
Uncommented local variable: in Comment the local variable. Medium UDPClient.java 66
Uncommented local variable: in1 Comment the local variable. Medium UDPClient.java 67
Uncommented local variable: str Comment the local variable. Medium UDPClient.java 71
Uncommented local variable: itr Comment the local variable. Medium UDPClient.java 87
Uncommented local variable: str Comment the local variable. Medium UDPClient.java 90
Uncommented local variable: str_Time Comment the local variable. Medium UDPClient.java 91
Uncommented local variable: pckt Comment the local variable. Medium UDPClient.java 94
Uncommented local variable: str2 Comment the local variable. Medium UDPClient.java 144
Uncommented local variable: clientSocket Comment the local variable. Medium UDPClient.java 153
Uncommented local variable: IPAddress Comment the local variable. Medium UDPClient.java 154
Uncommented local variable: strInput Comment the local variable. Medium UDPClient.java 174
Uncommented local variable: serverSocket Comment the local variable. Medium UDPServer.java 13
Uncommented local variable: receivePacket Comment the local variable. Medium UDPServer.java 17
Uncommented local variable: IPAddress Comment the local variable. Medium UDPServer.java 18
Uncommented local variable: port Comment the local variable. Medium UDPServer.java 19
Uncommented local variable: bits Comment the local variable. Medium UDPServer.java 39
Uncommented local variable: buffer Comment the local variable. Medium UDPServerHandler.java 87
Uncommented local variable: remoteAddress Comment the local variable. Medium UDPServerHandler.java 89
Uncommented local variable: packObj Comment the local variable. Medium UDPServerMINA.java 68
Uncommented local variable: acceptor Comment the local variable. Medium UDPServerMINA.java 72
Uncommented local variable: chain Comment the local variable. Medium UDPServerMINA.java 75
Uncommented local variable: dcfg Comment the local variable. Medium UDPServerMINA.java 85
Uncommented local variable: result Comment the local variable. Medium UDPServerMINA.java 97
Uncommented local variable: addr Comment the local variable. Medium UDPServerMINA.java 107
Uncommented local variable: IPAddress Comment the local variable. Medium UDPServerMINA.java 108
Uncommented local variable: port Comment the local variable. Medium UDPServerMINA.java 109
Uncommented local variable: url Comment the local variable. Medium UDPServerMINA.java 124
Uncommented local variable: future Comment the local variable. Medium WSClient.java 43
Uncommented local variable: clinet Comment the local variable. Medium WSClient.java 77
Uncommented local variable: cal Comment the local variable. Medium WSThread.java 42
Uncommented local variable: context Comment the local variable. Medium WSThread.java 43
Uncommented local variable: latitude Comment the local variable. Medium WSThread.java 44
Uncommented local variable: longitude Comment the local variable. Medium WSThread.java 45
Uncommented local variable: utils Comment the local variable. Medium WSThread.java 46
Uncommented local variable: selectQuery Comment the local variable. Medium WSThread.java 49
Uncommented local variable: isInterested Comment the local variable. Medium WSThread.java 51
Uncommented local variable: restWS Comment the local variable. Medium WSThread.java 52
Uncommented local variable: eventCode Comment the local variable. Medium WSThread.java 54
Uncommented local variable: isInorOut Comment the local variable. Medium WSThread.java 55
Uncommented local variable: userMSG Comment the local variable. Medium WSThread.java 56
Uncommented local variable: i Comment the local variable. Medium WSThread.java 62
Uncommented local variable: gpsClient Comment the local variable. Medium WSThread.java 64
Uncommented local variable: date2 Comment the local variable. Medium WSThread.java 75
Uncommented local variable: flag Comment the local variable. Medium WSThread.java 90
Uncommented local variable: duration Comment the local variable. Medium WSThread.java 115
Uncommented local variable: accumIterator Comment the local variable. Medium AccumulatorRef.java 22
Uncommented local variable: accum Comment the local variable. Medium AccumulatorRef.java 23
Uncommented local variable: query Comment the local variable. Medium AccumulatorRef.java 24
Uncommented local variable: configIterator Comment the local variable. Medium Configurations.java 19
Uncommented local variable: query Comment the local variable. Medium Configurations.java 20
Uncommented local variable: configObj Comment the local variable. Medium Configurations.java 25
Uncommented local variable: device Comment the local variable. Medium Device.java 28
Uncommented local variable: selectQuery Comment the local variable. Medium Device.java 29
Uncommented local variable: ctxt Comment the local variable. Medium Device.java 48
Uncommented local variable: device Comment the local variable. Medium Device.java 49
Uncommented local variable: lmap Comment the local variable. Medium LMU4100Map.java 47
Uncommented local variable: report Comment the local variable. Medium ReportRef.java 37
Uncommented local variable: selectQuery Comment the local variable. Medium ReportRef.java 38
Uncommented local variable: report Comment the local variable. Medium ReportRef.java 54
Uncommented local variable: selectQuery Comment the local variable. Medium ReportRef.java 55
Uncommented local variable: actualTime Comment the local variable. Medium TripDetails.java 68
Uncommented local variable: query Comment the local variable. Medium TripDetails.java 72
Uncommented local variable: hours Comment the local variable. Medium TripDetails.java 98
Uncommented local variable: mins Comment the local variable. Medium TripDetails.java 99
Uncommented local variable: append1 Comment the local variable. Medium TripDetails.java 111
Uncommented local variable: selectQuery Comment the local variable. Medium TripDetails.java 116
Uncommented local variable: qualifier1 Comment the local variable. Medium TripDetails.java 141
Uncommented local variable: tripObj Comment the local variable. Medium TripDetails.java 177
Uncommented local variable: ctxt Comment the local variable. Medium TripDetails.java 178
Uncommented local variable: cal Comment the local variable. Medium TripDetails.java 180
Uncommented local variable: date Comment the local variable. Medium TripDetails.java 181
Uncommented local variable: lng Comment the local variable. Medium TripDetails.java 183
Uncommented local variable: lng1 Comment the local variable. Medium TripDetails.java 184
Uncommented local variable: trpMsgParams Comment the local variable. Medium TripMsgParams.java 25
Uncommented local variable: len Comment the local variable. Medium TripMsgParams.java 28
Uncommented local variable: rawSelect Comment the local variable. Medium TripParameters.java 92
Uncommented local variable: query Comment the local variable. Medium TripParameters.java 106
Uncommented local variable: exp Comment the local variable. Medium TripParameters.java 107
Uncommented local variable: mobileNumber Comment the local variable. Medium TripParameters.java 120
Uncommented local variable: eventCode Comment the local variable. Medium TripParameters.java 121
Uncommented local variable: utils Comment the local variable. Medium TripParameters.java 122
Uncommented local variable: objTrpDtl Comment the local variable. Medium TripParameters.java 123
Uncommented local variable: vehicle Comment the local variable. Medium TripParameters.java 124
Uncommented local variable: trpParams Comment the local variable. Medium TripParameters.java 125
Uncommented local variable: trpMsgParams Comment the local variable. Medium TripParameters.java 126
Uncommented local variable: cell_id Comment the local variable. Medium TripParameters.java 127
Uncommented local variable: gsm_status Comment the local variable. Medium TripParameters.java 128
Uncommented local variable: insertFlag Comment the local variable. Medium TripParameters.java 130
Uncommented local variable: dev Comment the local variable. Medium TripParameters.java 150
Uncommented local variable: type Comment the local variable. Medium TripParameters.java 174
Uncommented local variable: UserMsgLength Comment the local variable. Medium TripParameters.java 186
Uncommented local variable: UserMsgRoute Comment the local variable. Medium TripParameters.java 187
Uncommented local variable: UserMsgId Comment the local variable. Medium TripParameters.java 188
Uncommented local variable: UserMsg Comment the local variable. Medium TripParameters.java 189
Uncommented local variable: s Comment the local variable. Medium TripParameters.java 190
Uncommented local variable: accums Comment the local variable. Medium TripParameters.java 191
Uncommented local variable: accPID Comment the local variable. Medium TripParameters.java 192
Uncommented local variable: tripParam Comment the local variable. Medium TripParameters.java 194
Uncommented local variable: result Comment the local variable. Medium TripParameters.java 216
Uncommented local variable: value Comment the local variable. Medium TripParameters.java 235
Uncommented local variable: dateMillis Comment the local variable. Medium TripParameters.java 268
Uncommented local variable: status Comment the local variable. Medium TripParameters.java 277
Uncommented local variable: latTemp Comment the local variable. Medium TripParameters.java 335
Uncommented local variable: longTemp Comment the local variable. Medium TripParameters.java 338
Uncommented local variable: packetStatus Comment the local variable. Medium TripParameters.java 342
Uncommented local variable: vehicle Comment the local variable. Medium VehicleDetails.java 24
Uncommented local variable: selectQuery Comment the local variable. Medium VehicleDetails.java 26
 
Violation Recommendation Severity Resource Line
Caught exception not logged Use one of the logging methods to log the exception. Medium ValidatorReader.java 53
Caught exception not logged Use one of the logging methods to log the exception. Medium GpsWebserviceClient.java 75
Caught exception not logged Use one of the logging methods to log the exception. Medium FileUtilities.java 63
Caught exception not logged Use one of the logging methods to log the exception. Medium PacketConsumer.java 100
Caught exception not logged Use one of the logging methods to log the exception. Medium PacketConsumer.java 121
Caught exception not logged Use one of the logging methods to log the exception. Medium UDPServerMINA.java 116
Caught exception not logged Use one of the logging methods to log the exception. Medium Configurations.java 35
 
Violation Recommendation Severity Resource Line
Logger not declared static final Declare the logger to be both static and final. Medium FileUtilities.java 29
Logger not declared static final Declare the logger to be both static and final. Medium LMUResource.java 24
Logger not declared static final Declare the logger to be both static and final. Medium LogHandler.java 12
Logger not declared static final Declare the logger to be both static and final. Medium AlertManager.java 16
Logger not declared static final Declare the logger to be both static and final. Medium AsyncCaller.java 29
Logger not declared static final Declare the logger to be both static and final. Medium configReader.java 18
Logger not declared static final Declare the logger to be both static and final. Medium DBManager.java 45
Logger not declared static final Declare the logger to be both static and final. Medium LMUUtils.java 35
Logger not declared static final Declare the logger to be both static and final. Medium MyLogger.java 8
Logger not declared static final Declare the logger to be both static and final. Medium packetHandler.java 19
Logger not declared static final Declare the logger to be both static and final. Medium recieveThread.java 51
Logger not declared static final Declare the logger to be both static and final. Medium RecieveThreadDummy.java 16
Logger not declared static final Declare the logger to be both static and final. Medium sendMessage.java 23
Logger not declared static final Declare the logger to be both static and final. Medium UDPClient.java 31
Logger not declared static final Declare the logger to be both static and final. Medium UDPServerHandler.java 21
Logger not declared static final Declare the logger to be both static and final. Medium WSClient.java 29
Logger not declared static final Declare the logger to be both static and final. Medium AccumulatorRef.java 15
Logger not declared static final Declare the logger to be both static and final. Medium Configurations.java 14
Logger not declared static final Declare the logger to be both static and final. Medium ReportRef.java 31
Logger not declared static final Declare the logger to be both static and final. Medium TripDetails.java 25
Logger not declared static final Declare the logger to be both static and final. Medium TripParameters.java 74
Logger not declared static final Declare the logger to be both static and final. Medium VehicleDetails.java 13
 
Violation Recommendation Severity Resource Line
Logging configured in code Move the configuration information being set with this invocation into a configuration file. Medium MyLogger.java 11
Logging configured in code Move the configuration information being set with this invocation into a configuration file. Medium UDPServerMINA.java 143
 
Violation Recommendation Severity Resource Line
Serializable class Accounts has no instance variables Do not declare the class serializable. Medium Accounts.java 5
Serializable class Accounts does not define a serialVersionUID field Define a serialVersionUID field. Medium Accounts.java 5
Serializable class AccumulatorRef has no instance variables Do not declare the class serializable. Medium AccumulatorRef.java 13
Serializable class AccumulatorRef has only transient fields Do not declare the class serializable. Medium AccumulatorRef.java 13
Serializable class AccumulatorRef does not define a serialVersionUID field Define a serialVersionUID field. Medium AccumulatorRef.java 13
Serializable class _Accounts has no instance variables Do not declare the class serializable. Medium _Accounts.java 11
Serializable class _Accounts has only transient fields Do not declare the class serializable. Medium _Accounts.java 11
Serializable class _Accounts does not define a serialVersionUID field Define a serialVersionUID field. Medium _Accounts.java 11
Serializable class _AccumulatorRef has no instance variables Do not declare the class serializable. Medium _AccumulatorRef.java 5
Serializable class _AccumulatorRef has only transient fields Do not declare the class serializable. Medium _AccumulatorRef.java 5
Serializable class _AccumulatorRef does not define a serialVersionUID field Define a serialVersionUID field. Medium _AccumulatorRef.java 5
Serializable class _CharityBarometer has no instance variables Do not declare the class serializable. Medium _CharityBarometer.java 13
Serializable class _CharityBarometer has only transient fields Do not declare the class serializable. Medium _CharityBarometer.java 13
Serializable class _CharityBarometer does not define a serialVersionUID field Define a serialVersionUID field. Medium _CharityBarometer.java 13
Serializable class _Configurations has no instance variables Do not declare the class serializable. Medium _Configurations.java 5
Serializable class _Configurations has only transient fields Do not declare the class serializable. Medium _Configurations.java 5
Serializable class _Configurations does not define a serialVersionUID field Define a serialVersionUID field. Medium _Configurations.java 5
Serializable class _Device has no instance variables Do not declare the class serializable. Medium _Device.java 16
Serializable class _Device has only transient fields Do not declare the class serializable. Medium _Device.java 16
Serializable class _Device does not define a serialVersionUID field Define a serialVersionUID field. Medium _Device.java 16
Serializable class _Feedback has no instance variables Do not declare the class serializable. Medium _Feedback.java 16
Serializable class _Feedback has only transient fields Do not declare the class serializable. Medium _Feedback.java 16
Serializable class _Feedback does not define a serialVersionUID field Define a serialVersionUID field. Medium _Feedback.java 16
Serializable class _FenceHistory has no instance variables Do not declare the class serializable. Medium _FenceHistory.java 15
Serializable class _FenceHistory has only transient fields Do not declare the class serializable. Medium _FenceHistory.java 15
Serializable class _FenceHistory does not define a serialVersionUID field Define a serialVersionUID field. Medium _FenceHistory.java 15
Serializable class _FrequentTravellerDetails has no instance variables Do not declare the class serializable. Medium _FrequentTravellerDetails.java 13
Serializable class _FrequentTravellerDetails has only transient fields Do not declare the class serializable. Medium _FrequentTravellerDetails.java 13
Serializable class _FrequentTravellerDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium _FrequentTravellerDetails.java 13
Serializable class _FrequentTripDetails has no instance variables Do not declare the class serializable. Medium _FrequentTripDetails.java 13
Serializable class _FrequentTripDetails has only transient fields Do not declare the class serializable. Medium _FrequentTripDetails.java 13
Serializable class _FrequentTripDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium _FrequentTripDetails.java 13
Serializable class _Geofence has no instance variables Do not declare the class serializable. Medium _Geofence.java 18
Serializable class _Geofence has only transient fields Do not declare the class serializable. Medium _Geofence.java 18
Serializable class _Geofence does not define a serialVersionUID field Define a serialVersionUID field. Medium _Geofence.java 18
Serializable class _GeovehicleMap has no instance variables Do not declare the class serializable. Medium _GeovehicleMap.java 16
Serializable class _GeovehicleMap has only transient fields Do not declare the class serializable. Medium _GeovehicleMap.java 16
Serializable class _GeovehicleMap does not define a serialVersionUID field Define a serialVersionUID field. Medium _GeovehicleMap.java 16
Serializable class _Inbox has no instance variables Do not declare the class serializable. Medium _Inbox.java 15
Serializable class _Inbox has only transient fields Do not declare the class serializable. Medium _Inbox.java 15
Serializable class _Inbox does not define a serialVersionUID field Define a serialVersionUID field. Medium _Inbox.java 15
Serializable class _Notification has no instance variables Do not declare the class serializable. Medium _Notification.java 13
Serializable class _Notification has only transient fields Do not declare the class serializable. Medium _Notification.java 13
Serializable class _Notification does not define a serialVersionUID field Define a serialVersionUID field. Medium _Notification.java 13
Serializable class _Organization has no instance variables Do not declare the class serializable. Medium _Organization.java 16
Serializable class _Organization has only transient fields Do not declare the class serializable. Medium _Organization.java 16
Serializable class _Organization does not define a serialVersionUID field Define a serialVersionUID field. Medium _Organization.java 16
Serializable class _PickupPoints has no instance variables Do not declare the class serializable. Medium _PickupPoints.java 13
Serializable class _PickupPoints has only transient fields Do not declare the class serializable. Medium _PickupPoints.java 13
Serializable class _PickupPoints does not define a serialVersionUID field Define a serialVersionUID field. Medium _PickupPoints.java 13
Serializable class _ReportRef has no instance variables Do not declare the class serializable. Medium _ReportRef.java 20
Serializable class _ReportRef has only transient fields Do not declare the class serializable. Medium _ReportRef.java 20
Serializable class _ReportRef does not define a serialVersionUID field Define a serialVersionUID field. Medium _ReportRef.java 20
Serializable class _SavingStatus has no instance variables Do not declare the class serializable. Medium _SavingStatus.java 15
Serializable class _SavingStatus has only transient fields Do not declare the class serializable. Medium _SavingStatus.java 15
Serializable class _SavingStatus does not define a serialVersionUID field Define a serialVersionUID field. Medium _SavingStatus.java 15
Serializable class _Speedparameter has no instance variables Do not declare the class serializable. Medium _Speedparameter.java 13
Serializable class _Speedparameter has only transient fields Do not declare the class serializable. Medium _Speedparameter.java 13
Serializable class _Speedparameter does not define a serialVersionUID field Define a serialVersionUID field. Medium _Speedparameter.java 13
Serializable class _TripDetails has no instance variables Do not declare the class serializable. Medium _TripDetails.java 25
Serializable class _TripDetails has only transient fields Do not declare the class serializable. Medium _TripDetails.java 25
Serializable class _TripDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium _TripDetails.java 25
Serializable class _TripMsgParams has no instance variables Do not declare the class serializable. Medium _TripMsgParams.java 13
Serializable class _TripMsgParams has only transient fields Do not declare the class serializable. Medium _TripMsgParams.java 13
Serializable class _TripMsgParams does not define a serialVersionUID field Define a serialVersionUID field. Medium _TripMsgParams.java 13
Serializable class _TripParameters has no instance variables Do not declare the class serializable. Medium _TripParameters.java 27
Serializable class _TripParameters has only transient fields Do not declare the class serializable. Medium _TripParameters.java 27
Serializable class _TripParameters does not define a serialVersionUID field Define a serialVersionUID field. Medium _TripParameters.java 27
Serializable class _TripPreference has no instance variables Do not declare the class serializable. Medium _TripPreference.java 11
Serializable class _TripPreference has only transient fields Do not declare the class serializable. Medium _TripPreference.java 11
Serializable class _TripPreference does not define a serialVersionUID field Define a serialVersionUID field. Medium _TripPreference.java 11
Serializable class _TripScraps has no instance variables Do not declare the class serializable. Medium _TripScraps.java 13
Serializable class _TripScraps has only transient fields Do not declare the class serializable. Medium _TripScraps.java 13
Serializable class _TripScraps does not define a serialVersionUID field Define a serialVersionUID field. Medium _TripScraps.java 13
Serializable class _TripTravelerDetails has no instance variables Do not declare the class serializable. Medium _TripTravelerDetails.java 17
Serializable class _TripTravelerDetails has only transient fields Do not declare the class serializable. Medium _TripTravelerDetails.java 17
Serializable class _TripTravelerDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium _TripTravelerDetails.java 17
Serializable class _TripVehicleMap has no instance variables Do not declare the class serializable. Medium _TripVehicleMap.java 14
Serializable class _TripVehicleMap has only transient fields Do not declare the class serializable. Medium _TripVehicleMap.java 14
Serializable class _TripVehicleMap does not define a serialVersionUID field Define a serialVersionUID field. Medium _TripVehicleMap.java 14
Serializable class _User has no instance variables Do not declare the class serializable. Medium _User.java 17
Serializable class _User has only transient fields Do not declare the class serializable. Medium _User.java 17
Serializable class _User does not define a serialVersionUID field Define a serialVersionUID field. Medium _User.java 17
Serializable class _UserDetails has no instance variables Do not declare the class serializable. Medium _UserDetails.java 27
Serializable class _UserDetails has only transient fields Do not declare the class serializable. Medium _UserDetails.java 27
Serializable class _UserDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium _UserDetails.java 27
Serializable class _UserGeofenceMap has no instance variables Do not declare the class serializable. Medium _UserGeofenceMap.java 14
Serializable class _UserGeofenceMap has only transient fields Do not declare the class serializable. Medium _UserGeofenceMap.java 14
Serializable class _UserGeofenceMap does not define a serialVersionUID field Define a serialVersionUID field. Medium _UserGeofenceMap.java 14
Serializable class _UserLandmarks has no instance variables Do not declare the class serializable. Medium _UserLandmarks.java 13
Serializable class _UserLandmarks has only transient fields Do not declare the class serializable. Medium _UserLandmarks.java 13
Serializable class _UserLandmarks does not define a serialVersionUID field Define a serialVersionUID field. Medium _UserLandmarks.java 13
Serializable class _UserPreference has no instance variables Do not declare the class serializable. Medium _UserPreference.java 13
Serializable class _UserPreference has only transient fields Do not declare the class serializable. Medium _UserPreference.java 13
Serializable class _UserPreference does not define a serialVersionUID field Define a serialVersionUID field. Medium _UserPreference.java 13
Serializable class _UserPreferences has no instance variables Do not declare the class serializable. Medium _UserPreferences.java 13
Serializable class _UserPreferences has only transient fields Do not declare the class serializable. Medium _UserPreferences.java 13
Serializable class _UserPreferences does not define a serialVersionUID field Define a serialVersionUID field. Medium _UserPreferences.java 13
Serializable class _Vehicle has no instance variables Do not declare the class serializable. Medium _Vehicle.java 15
Serializable class _Vehicle has only transient fields Do not declare the class serializable. Medium _Vehicle.java 15
Serializable class _Vehicle does not define a serialVersionUID field Define a serialVersionUID field. Medium _Vehicle.java 15
Serializable class _VehicleDetails has no instance variables Do not declare the class serializable. Medium _VehicleDetails.java 21
Serializable class _VehicleDetails has only transient fields Do not declare the class serializable. Medium _VehicleDetails.java 21
Serializable class _VehicleDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium _VehicleDetails.java 21
Serializable class _VehicleGroup has no instance variables Do not declare the class serializable. Medium _VehicleGroup.java 15
Serializable class _VehicleGroup has only transient fields Do not declare the class serializable. Medium _VehicleGroup.java 15
Serializable class _VehicleGroup does not define a serialVersionUID field Define a serialVersionUID field. Medium _VehicleGroup.java 15
Serializable class CharityBarometer has no instance variables Do not declare the class serializable. Medium CharityBarometer.java 5
Serializable class CharityBarometer does not define a serialVersionUID field Define a serialVersionUID field. Medium CharityBarometer.java 5
Serializable class Configurations has no instance variables Do not declare the class serializable. Medium Configurations.java 12
Serializable class Configurations has only transient fields Do not declare the class serializable. Medium Configurations.java 12
Serializable class Configurations does not define a serialVersionUID field Define a serialVersionUID field. Medium Configurations.java 12
Serializable class Device has no instance variables Do not declare the class serializable. Medium Device.java 12
Serializable class Device does not define a serialVersionUID field Define a serialVersionUID field. Medium Device.java 12
Serializable class TripNotFoundException has no instance variables Do not declare the class serializable. Medium TripNotFoundException.java 3
Serializable class TripNotFoundException does not define a serialVersionUID field Define a serialVersionUID field. Medium TripNotFoundException.java 3
Serializable class VehicleNotFoundException has no instance variables Do not declare the class serializable. Medium VehicleNotFoundException.java 3
Serializable class VehicleNotFoundException does not define a serialVersionUID field Define a serialVersionUID field. Medium VehicleNotFoundException.java 3
Serializable class Feedback has no instance variables Do not declare the class serializable. Medium Feedback.java 5
Serializable class Feedback does not define a serialVersionUID field Define a serialVersionUID field. Medium Feedback.java 5
Serializable class FenceHistory has no instance variables Do not declare the class serializable. Medium FenceHistory.java 5
Serializable class FenceHistory does not define a serialVersionUID field Define a serialVersionUID field. Medium FenceHistory.java 5
Serializable class FrequentTravellerDetails has no instance variables Do not declare the class serializable. Medium FrequentTravellerDetails.java 5
Serializable class FrequentTravellerDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium FrequentTravellerDetails.java 5
Serializable class FrequentTripDetails has no instance variables Do not declare the class serializable. Medium FrequentTripDetails.java 5
Serializable class FrequentTripDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium FrequentTripDetails.java 5
Serializable class Geofence has no instance variables Do not declare the class serializable. Medium Geofence.java 5
Serializable class Geofence does not define a serialVersionUID field Define a serialVersionUID field. Medium Geofence.java 5
Serializable class GeovehicleMap has no instance variables Do not declare the class serializable. Medium GeovehicleMap.java 5
Serializable class GeovehicleMap does not define a serialVersionUID field Define a serialVersionUID field. Medium GeovehicleMap.java 5
Serializable class Inbox has no instance variables Do not declare the class serializable. Medium Inbox.java 5
Serializable class Inbox does not define a serialVersionUID field Define a serialVersionUID field. Medium Inbox.java 5
Serializable class Notification has no instance variables Do not declare the class serializable. Medium Notification.java 5
Serializable class Notification does not define a serialVersionUID field Define a serialVersionUID field. Medium Notification.java 5
Serializable class Organization has no instance variables Do not declare the class serializable. Medium Organization.java 5
Serializable class Organization does not define a serialVersionUID field Define a serialVersionUID field. Medium Organization.java 5
Serializable class PickupPoints has no instance variables Do not declare the class serializable. Medium PickupPoints.java 5
Serializable class PickupPoints does not define a serialVersionUID field Define a serialVersionUID field. Medium PickupPoints.java 5
Serializable class ReportRef has no instance variables Do not declare the class serializable. Medium ReportRef.java 30
Serializable class ReportRef has only transient fields Do not declare the class serializable. Medium ReportRef.java 30
Serializable class ReportRef does not define a serialVersionUID field Define a serialVersionUID field. Medium ReportRef.java 30
Serializable class SavingStatus has no instance variables Do not declare the class serializable. Medium SavingStatus.java 5
Serializable class SavingStatus does not define a serialVersionUID field Define a serialVersionUID field. Medium SavingStatus.java 5
Serializable class Speedparameter has no instance variables Do not declare the class serializable. Medium Speedparameter.java 5
Serializable class Speedparameter does not define a serialVersionUID field Define a serialVersionUID field. Medium Speedparameter.java 5
Serializable class TripDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium TripDetails.java 22
Serializable class TripMsgParams has no instance variables Do not declare the class serializable. Medium TripMsgParams.java 18
Serializable class TripMsgParams does not define a serialVersionUID field Define a serialVersionUID field. Medium TripMsgParams.java 18
Serializable class TripPreference has no instance variables Do not declare the class serializable. Medium TripPreference.java 5
Serializable class TripPreference does not define a serialVersionUID field Define a serialVersionUID field. Medium TripPreference.java 5
Serializable class TripScraps has no instance variables Do not declare the class serializable. Medium TripScraps.java 5
Serializable class TripScraps does not define a serialVersionUID field Define a serialVersionUID field. Medium TripScraps.java 5
Serializable class TripTravelerDetails has no instance variables Do not declare the class serializable. Medium TripTravelerDetails.java 5
Serializable class TripTravelerDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium TripTravelerDetails.java 5
Serializable class TripVehicleMap has no instance variables Do not declare the class serializable. Medium TripVehicleMap.java 5
Serializable class TripVehicleMap does not define a serialVersionUID field Define a serialVersionUID field. Medium TripVehicleMap.java 5
Serializable class User has no instance variables Do not declare the class serializable. Medium User.java 5
Serializable class User does not define a serialVersionUID field Define a serialVersionUID field. Medium User.java 5
Serializable class UserDetails has no instance variables Do not declare the class serializable. Medium UserDetails.java 5
Serializable class UserDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium UserDetails.java 5
Serializable class UserGeofenceMap has no instance variables Do not declare the class serializable. Medium UserGeofenceMap.java 5
Serializable class UserGeofenceMap does not define a serialVersionUID field Define a serialVersionUID field. Medium UserGeofenceMap.java 5
Serializable class UserLandmarks has no instance variables Do not declare the class serializable. Medium UserLandmarks.java 5
Serializable class UserLandmarks does not define a serialVersionUID field Define a serialVersionUID field. Medium UserLandmarks.java 5
Serializable class UserPreference has no instance variables Do not declare the class serializable. Medium UserPreference.java 5
Serializable class UserPreference does not define a serialVersionUID field Define a serialVersionUID field. Medium UserPreference.java 5
Serializable class UserPreferences has no instance variables Do not declare the class serializable. Medium UserPreferences.java 5
Serializable class UserPreferences does not define a serialVersionUID field Define a serialVersionUID field. Medium UserPreferences.java 5
Serializable class Vehicle has no instance variables Do not declare the class serializable. Medium Vehicle.java 5
Serializable class Vehicle does not define a serialVersionUID field Define a serialVersionUID field. Medium Vehicle.java 5
Serializable class VehicleDetails has no instance variables Do not declare the class serializable. Medium VehicleDetails.java 11
Serializable class VehicleDetails has only transient fields Do not declare the class serializable. Medium VehicleDetails.java 11
Serializable class VehicleDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium VehicleDetails.java 11
Serializable class VehicleGroup has no instance variables Do not declare the class serializable. Medium VehicleGroup.java 5
Serializable class VehicleGroup does not define a serialVersionUID field Define a serialVersionUID field. Medium VehicleGroup.java 5
 
Violation Recommendation Severity Resource Line
Method should be static Add the keyword "static" to the method declaration. Medium ExpressionDecoder.java 78
Method should be static Add the keyword "static" to the method declaration. Medium ExpressionHandler.java 48
Method should be static Add the keyword "static" to the method declaration. Medium GpsWebserviceClient.java 29
Method should be static Add the keyword "static" to the method declaration. Medium GpsWebserviceClient.java 34
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 36
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 44
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 54
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 62
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 70
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 78
Method should be static Add the keyword "static" to the method declaration. Medium PolygonRegion_Service.java 53
Method should be static Add the keyword "static" to the method declaration. Medium PolygonRegion_Service.java 66
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 66
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 69
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 72
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 75
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 78
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 81
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 84
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 87
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 90
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 93
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 96
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 99
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 102
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 105
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 108
Method should be static Add the keyword "static" to the method declaration. Medium LMUResource.java 111
Method should be static Add the keyword "static" to the method declaration. Medium LogHandler.java 19
Method should be static Add the keyword "static" to the method declaration. Medium PacketDataFetcher.java 32
Method should be static Add the keyword "static" to the method declaration. Medium PacketDataFetcher.java 70
Method should be static Add the keyword "static" to the method declaration. Medium ParamUtils.java 20
Method should be static Add the keyword "static" to the method declaration. Medium ParamUtils.java 42
Method should be static Add the keyword "static" to the method declaration. Medium ValidatorFactory.java 15
Method should be static Add the keyword "static" to the method declaration. Medium AlertManager.java 35
Method should be static Add the keyword "static" to the method declaration. Medium AsyncCaller.java 38
Method should be static Add the keyword "static" to the method declaration. Medium AsyncCaller.java 60
Method should be static Add the keyword "static" to the method declaration. Medium CommonClass.java 14
Method should be static Add the keyword "static" to the method declaration. Medium DBManager_PerfTest.java 13
Method should be static Add the keyword "static" to the method declaration. Medium LMUUtils.java 37
Method should be static Add the keyword "static" to the method declaration. Medium LMUUtils.java 83
Method should be static Add the keyword "static" to the method declaration. Medium LMUUtils.java 105
Method should be static Add the keyword "static" to the method declaration. Medium LMUUtils.java 115
Method should be static Add the keyword "static" to the method declaration. Medium LMUUtils.java 183
Method should be static Add the keyword "static" to the method declaration. Medium LMUUtils.java 213
Method should be static Add the keyword "static" to the method declaration. Medium packetHandler.java 20
Method should be static Add the keyword "static" to the method declaration. Medium packetHandler.java 52
Method should be static Add the keyword "static" to the method declaration. Medium PacketProducer.java 133
Method should be static Add the keyword "static" to the method declaration. Medium RecieveThreadDummy.java 17
Method should be static Add the keyword "static" to the method declaration. Medium sendMessage.java 24
Method should be static Add the keyword "static" to the method declaration. Medium sendMessage.java 103
Method should be static Add the keyword "static" to the method declaration. Medium AccumulatorRef.java 18
Method should be static Add the keyword "static" to the method declaration. Medium _Accounts.java 17
Method should be static Add the keyword "static" to the method declaration. Medium _Accounts.java 20
Method should be static Add the keyword "static" to the method declaration. Medium _Accounts.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _Accounts.java 27
Method should be static Add the keyword "static" to the method declaration. Medium _AccumulatorRef.java 10
Method should be static Add the keyword "static" to the method declaration. Medium _AccumulatorRef.java 13
Method should be static Add the keyword "static" to the method declaration. Medium _AccumulatorRef.java 17
Method should be static Add the keyword "static" to the method declaration. Medium _AccumulatorRef.java 20
Method should be static Add the keyword "static" to the method declaration. Medium _CharityBarometer.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _CharityBarometer.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _CharityBarometer.java 28
Method should be static Add the keyword "static" to the method declaration. Medium _CharityBarometer.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _CharityBarometer.java 35
Method should be static Add the keyword "static" to the method declaration. Medium _CharityBarometer.java 39
Method should be static Add the keyword "static" to the method declaration. Medium _Configurations.java 11
Method should be static Add the keyword "static" to the method declaration. Medium _Configurations.java 14
Method should be static Add the keyword "static" to the method declaration. Medium _Configurations.java 18
Method should be static Add the keyword "static" to the method declaration. Medium _Configurations.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 38
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 41
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 45
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 52
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 59
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 62
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 66
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 69
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 73
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 76
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 80
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 83
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 87
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 90
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 94
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 97
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 101
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 28
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 35
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 38
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 42
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 45
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 49
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 52
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 56
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 59
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 63
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 67
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 72
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 76
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 26
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 29
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 33
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 36
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 40
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 43
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 50
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 54
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 57
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 61
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 65
Method should be static Add the keyword "static" to the method declaration. Medium _FrequentTravellerDetails.java 20
Method should be static Add the keyword "static" to the method declaration. Medium _FrequentTravellerDetails.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _FrequentTripDetails.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _FrequentTripDetails.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _FrequentTripDetails.java 28
Method should be static Add the keyword "static" to the method declaration. Medium _FrequentTripDetails.java 32
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 35
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 38
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 42
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 45
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 49
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 52
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 56
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 59
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 63
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 66
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 70
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 73
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 77
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 80
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 84
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 87
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 91
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 94
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 98
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 103
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 107
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 112
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 116
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 121
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 124
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 128
Method should be static Add the keyword "static" to the method declaration. Medium _GeovehicleMap.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _GeovehicleMap.java 27
Method should be static Add the keyword "static" to the method declaration. Medium _GeovehicleMap.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _GeovehicleMap.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _GeovehicleMap.java 38
Method should be static Add the keyword "static" to the method declaration. Medium _GeovehicleMap.java 43
Method should be static Add the keyword "static" to the method declaration. Medium _GeovehicleMap.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 27
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 30
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 37
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 41
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 44
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 51
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 58
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 62
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 65
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 69
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 73
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 22
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 25
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 29
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 32
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 36
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 39
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 43
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 33
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 36
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 40
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 43
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 50
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 54
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 57
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 61
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 64
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 68
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 71
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 75
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 78
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 82
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 85
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 89
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 92
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 96
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 99
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 103
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 106
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 110
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 115
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 118
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 122
Method should be static Add the keyword "static" to the method declaration. Medium _PickupPoints.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _PickupPoints.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _PickupPoints.java 28
Method should be static Add the keyword "static" to the method declaration. Medium _PickupPoints.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _PickupPoints.java 35
Method should be static Add the keyword "static" to the method declaration. Medium _PickupPoints.java 39
Method should be static Add the keyword "static" to the method declaration. Medium _ReportRef.java 27
Method should be static Add the keyword "static" to the method declaration. Medium _ReportRef.java 30
Method should be static Add the keyword "static" to the method declaration. Medium _ReportRef.java 33
Method should be static Add the keyword "static" to the method declaration. Medium _ReportRef.java 37
Method should be static Add the keyword "static" to the method declaration. Medium _ReportRef.java 40
Method should be static Add the keyword "static" to the method declaration. Medium _ReportRef.java 43
Method should be static Add the keyword "static" to the method declaration. Medium _ReportRef.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _ReportRef.java 50
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 26
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 29
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 33
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 36
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 40
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 43
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 50
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 54
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 57
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 61
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 65
Method should be static Add the keyword "static" to the method declaration. Medium _Speedparameter.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _Speedparameter.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _Speedparameter.java 28
Method should be static Add the keyword "static" to the method declaration. Medium _Speedparameter.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _Speedparameter.java 35
Method should be static Add the keyword "static" to the method declaration. Medium _Speedparameter.java 39
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 23
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 26
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 30
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 33
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 37
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 40
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 44
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 51
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 59
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 63
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 67
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 71
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 76
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 80
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 85
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 88
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 99
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 102
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 106
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 109
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 113
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 116
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 119
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 122
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 126
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 129
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 133
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 136
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 139
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 142
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 146
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 149
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 153
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 156
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 160
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 163
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 167
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 170
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 174
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 177
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 181
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 27
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 38
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 41
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 45
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 52
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 59
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 62
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 66
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 69
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 73
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 76
Method should be static Add the keyword "static" to the method declaration. Medium _TripScraps.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _TripScraps.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _TripScraps.java 28
Method should be static Add the keyword "static" to the method declaration. Medium _TripScraps.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _TripScraps.java 35
Method should be static Add the keyword "static" to the method declaration. Medium _TripScraps.java 39
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 37
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 40
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 44
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 51
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 54
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 58
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 61
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 65
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 68
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 72
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 75
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 79
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 82
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 86
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 89
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 93
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 96
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 100
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 103
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 107
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 110
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 114
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 117
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 121
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 124
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 128
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 131
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 135
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 140
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 144
Method should be static Add the keyword "static" to the method declaration. Medium _TripVehicleMap.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _TripVehicleMap.java 25
Method should be static Add the keyword "static" to the method declaration. Medium _TripVehicleMap.java 30
Method should be static Add the keyword "static" to the method declaration. Medium _TripVehicleMap.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 38
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 41
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 45
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 52
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 59
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 62
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 66
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 69
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 73
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 76
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 80
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 83
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 87
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 90
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 94
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 97
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 101
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 104
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 108
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 111
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 115
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 118
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 122
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 125
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 129
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 132
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 136
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 139
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 143
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 148
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 151
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 155
Method should be static Add the keyword "static" to the method declaration. Medium _UserDetails.java 65
Method should be static Add the keyword "static" to the method declaration. Medium _UserDetails.java 68
Method should be static Add the keyword "static" to the method declaration. Medium _UserDetails.java 72
Method should be static Add the keyword "static" to the method declaration. Medium _UserGeofenceMap.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _UserGeofenceMap.java 25
Method should be static Add the keyword "static" to the method declaration. Medium _UserGeofenceMap.java 30
Method should be static Add the keyword "static" to the method declaration. Medium _UserGeofenceMap.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 23
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 26
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 30
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 33
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 37
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 40
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 44
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 51
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 22
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 25
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 29
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 32
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 36
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 39
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 43
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 37
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 41
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 44
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 51
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 58
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 62
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 65
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 69
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 72
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 76
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 79
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 83
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 86
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 90
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 93
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 97
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 100
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 104
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 107
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 111
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 114
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 118
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 121
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 125
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 128
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 132
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 135
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 139
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 143
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 27
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 30
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 37
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 41
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 44
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 51
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 58
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 62
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 65
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 69
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 73
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 76
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 80
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 51
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 58
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 62
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 65
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 69
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 72
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 76
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 79
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 83
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 86
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 90
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 93
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 97
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 100
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 104
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 107
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 111
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 114
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 118
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 121
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 125
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 128
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 132
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 135
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 139
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 142
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 146
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 149
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 153
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 158
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 162
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 167
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 171
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 176
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 180
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 27
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 38
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 41
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 45
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 52
Method should be static Add the keyword "static" to the method declaration. Medium Configurations.java 15
Method should be static Add the keyword "static" to the method declaration. Medium Organization.java 6
Method should be static Add the keyword "static" to the method declaration. Medium ReportRef.java 33
Method should be static Add the keyword "static" to the method declaration. Medium ReportRef.java 49
Method should be static Add the keyword "static" to the method declaration. Medium TripDetails.java 54
Method should be static Add the keyword "static" to the method declaration. Medium TripMsgParams.java 20
Method should be static Add the keyword "static" to the method declaration. Medium TripParameters.java 86
Method should be static Add the keyword "static" to the method declaration. Medium TripParameters.java 102
Method should be static Add the keyword "static" to the method declaration. Medium VehicleDetails.java 15
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 43
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 51
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 59
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 67
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 75
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 83
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 91
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 99
 
Violation Recommendation Severity Resource Line
Default is not the last case in a switch statement Move the default case to the end of the statement. Medium ExpressionDecoder.java 105
 
Violation Recommendation Severity Resource Line
Multiple returns from method parseResponse Rewrite the method so that there is a single return statement at the end. Medium PacketDataFetcher.java 70
Multiple returns from method isToSend Rewrite the method so that there is a single return statement at the end. Medium AlertManager.java 35
Multiple returns from method CallWS_Async Rewrite the method so that there is a single return statement at the end. Medium AsyncCaller.java 38
Multiple returns from method ProcessClient Rewrite the method so that there is a single return statement at the end. Medium AsyncCaller.java 60
Multiple returns from method GetPropertyValue Rewrite the method so that there is a single return statement at the end. Medium CommonClass.java 23
Multiple returns from method getOptionsHeader Rewrite the method so that there is a single return statement at the end. Medium configReader.java 19
Multiple returns from method getLMHeader Rewrite the method so that there is a single return statement at the end. Medium configReader.java 62
Multiple returns from method getLMContent Rewrite the method so that there is a single return statement at the end. Medium configReader.java 94
Multiple returns from method decimal2hex Rewrite the method so that there is a single return statement at the end. Medium LMUUtils.java 72
Multiple returns from method FindProducer Rewrite the method so that there is a single return statement at the end. Medium PacketProducer.java 104
Multiple returns from method FindProducer Rewrite the method so that there is a single return statement at the end. Medium QueueAllocator.java 68
Multiple returns from method putValue Rewrite the method so that there is a single return statement at the end. Medium sendMessage.java 106
Multiple returns from method getConfigVal Rewrite the method so that there is a single return statement at the end. Medium Configurations.java 15
Multiple returns from method findDeviceByMobileNo Rewrite the method so that there is a single return statement at the end. Medium Device.java 25
Multiple returns from method getDataContext Rewrite the method so that there is a single return statement at the end. Medium LMU4100Map.java 22
 
Violation Recommendation Severity Resource Line
Method is too complex (cyclomatic complexity = 11) Reduce the complexity of the method by extracting some of the code into a separate method. Medium DriftMasker.java 31
Method is too complex (cyclomatic complexity = 22) Reduce the complexity of the method by extracting some of the code into a separate method. Medium PacketConsumer.java 92
Method is too complex (cyclomatic complexity = 11) Reduce the complexity of the method by extracting some of the code into a separate method. Medium recieveThread.java 55
 
Violation Recommendation Severity Resource Line
The while-loop could be converted to a for-loop Change the while-loop to a for-loop, declaring itr in an initializer of the for statement. Medium GpsWebserviceClient.java 92
The while-loop could be converted to a for-loop Change the while-loop to a for-loop, declaring accumIterator in an initializer of the for statement. Medium AccumulatorRef.java 34
The while-loop could be converted to a for-loop Change the while-loop to a for-loop, declaring configIterator in an initializer of the for statement. Medium Configurations.java 28
 
Violation Recommendation Severity Resource Line
Invalid boolean method name: "evaluateExpression" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium ExpressionHandler.java 20
Invalid boolean method name: "getIgnoreException" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium IPacketObserver.java 13
Invalid boolean method name: "WhetherInterseted" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium GpsWebserviceClient.java 29
Invalid boolean method name: "inOrOut" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium GpsWebserviceClient.java 34
Invalid boolean method name: "pointInPolygon" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium PolygonRegion.java 43
Invalid boolean method name: "whetherInterested" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium PolygonRegion.java 63
 
Violation Recommendation Severity Resource Line
Invalid XSD file name: /LMU_PROD_SCHOOL/src/LMU4100.xsd Rename the XSD file to conform to the naming convention. Medium LMU4100.xsd 1
 
Violation Recommendation Severity Resource Line
Unhandled paring error Catch the exception. Medium packetHandler.java 30
Unhandled paring error Catch the exception. Medium PacketProducer.java 149
Unhandled paring error Catch the exception. Medium UDPClient.java 48
Unhandled paring error Catch the exception. Medium UDPClient.java 49
Unhandled paring error Catch the exception. Medium UDPClient.java 50
Unhandled paring error Catch the exception. Medium UDPServerMINA.java 71
Unhandled paring error Catch the exception. Medium TripMsgParams.java 28
 
Violation Recommendation Severity Resource Line
Incompatible types stored in a collection Decide which type is really stored in the collection and put and retrieve objects of the same type. Medium ExpressionDecoder.java 98
Incompatible types stored in a collection Decide which type is really stored in the collection and put and retrieve objects of the same type. Medium ExpressionDecoder.java 116
Incompatible types stored in a collection Decide which type is really stored in the collection and put and retrieve objects of the same type. Medium ExpressionDecoder.java 128
Incompatible types stored in a collection Decide which type is really stored in the collection and put and retrieve objects of the same type. Medium ExpressionDecoder.java 137
Incompatible types stored in a collection Decide which type is really stored in the collection and put and retrieve objects of the same type. Medium AlertManager.java 79
 
Violation Recommendation Severity Resource Line
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium DirectParamEvaluator.java 20
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ExpressionDecoder.java 38
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ExpressionDecoder.java 85
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium IPacketObserver.java 11
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 83
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 89
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 94
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 99
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 104
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 110
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 115
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 119
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium DBManager.java 195
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium LMUUtils.java 37
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium LMUUtils.java 83
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium LMUUtils.java 177
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium LMUUtils.java 183
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 84
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 90
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 102
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 107
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 112
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 118
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 123
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 128
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPClient.java 39
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServer.java 11
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServerHandler.java 33
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServerHandler.java 41
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServerHandler.java 49
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServerHandler.java 58
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServerHandler.java 67
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServerHandler.java 75
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServerHandler.java 84
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium WSClient.java 46
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TripDetails.java 60
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TripDetails.java 175
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TripParameters.java 103
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TripParameters.java 118
 
Violation Recommendation Severity Resource Line
Demand import of "com.gps.utilities.StringConstants" Explicitly list each type that is being imported. Medium LMUResource.java 14
Demand import of "java.util" Explicitly list each type that is being imported. Medium AlertManager.java 7
Demand import of "LMU4100.jaxb" Explicitly list each type that is being imported. Medium configReader.java 7
Demand import of "java.util" Explicitly list each type that is being imported. Medium DBManager.java 24
Demand import of "LMU4100.DB" Explicitly list each type that is being imported. Medium DBManager.java 28
Demand import of "java.util" Explicitly list each type that is being imported. Medium DBManager_PerfTest.java 3
Demand import of "LMU4100.DB" Explicitly list each type that is being imported. Medium DBManager_PerfTest.java 4
Demand import of "org.apache.cayenne.exp" Explicitly list each type that is being imported. Medium DBManager_PerfTest.java 7
Demand import of "org.apache.cayenne.query" Explicitly list each type that is being imported. Medium DBManager_PerfTest.java 8
Demand import of "org.apache.cayenne" Explicitly list each type that is being imported. Medium DBManager_PerfTest.java 9
Demand import of "java.net" Explicitly list each type that is being imported. Medium recieveThread.java 28
Demand import of "java.net" Explicitly list each type that is being imported. Medium sendMessage.java 7
Demand import of "java.util.concurrent" Explicitly list each type that is being imported. Medium TimerTask1.java 5
Demand import of "java.io" Explicitly list each type that is being imported. Medium UDPServer.java 2
Demand import of "java.net" Explicitly list each type that is being imported. Medium UDPServer.java 3
 
Violation Recommendation Severity Resource Line
Invalid numeric literal: 43.648836 Consider defining a constant name to represent the value. Medium GpsWebserviceClient.java 66
Invalid numeric literal: 79.375545 Consider defining a constant name to represent the value. Medium GpsWebserviceClient.java 67
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium ParamUtils.java 52
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium ParamUtils.java 58
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium ParamUtils.java 60
Invalid numeric literal: 0.036 Consider defining a constant name to represent the value. Medium AlertManager.java 56
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium AsyncCaller.java 35
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium Base16Encoder.java 12
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium Base16Encoder.java 15
Invalid numeric literal: 0xF Consider defining a constant name to represent the value. Medium Base16Encoder.java 15
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium Base16Encoder.java 24
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium Base16Encoder.java 26
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium Base16Encoder.java 26
Invalid numeric literal: 10 Consider defining a constant name to represent the value. Medium Base16Encoder.java 30
Invalid numeric literal: 10 Consider defining a constant name to represent the value. Medium Base16Encoder.java 34
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium Base16Encoder.java 36
Invalid numeric literal: 100 Consider defining a constant name to represent the value. Medium ClientCommunicator.java 66
Invalid numeric literal: 1000 Consider defining a constant name to represent the value. Medium ClientCommunicator.java 73
Invalid numeric literal: 5 Consider defining a constant name to represent the value. Medium ConsumerThread.java 57
Invalid numeric literal: 18.0d Consider defining a constant name to represent the value. Medium DBManager_PerfTest.java 57
Invalid numeric literal: 10000000 Consider defining a constant name to represent the value. Medium DBManager_PerfTest.java 67
Invalid numeric literal: 10000000 Consider defining a constant name to represent the value. Medium DBManager_PerfTest.java 68
Invalid numeric literal: 83.12d Consider defining a constant name to represent the value. Medium DBManager_PerfTest.java 69
Invalid numeric literal: 1000 Consider defining a constant name to represent the value. Medium LMUUtils.java 42
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium LMUUtils.java 65
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium LMUUtils.java 77
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium LMUUtils.java 79
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium LMUUtils.java 111
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium LMUUtils.java 136
Invalid numeric literal: 56 Consider defining a constant name to represent the value. Medium packetHandler.java 23
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium packetHandler.java 24
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium packetHandler.java 30
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium packetHandler.java 30
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium packetHandler.java 32
Invalid numeric literal: 0xff Consider defining a constant name to represent the value. Medium packetHandler.java 46
Invalid numeric literal: 0x100 Consider defining a constant name to represent the value. Medium packetHandler.java 46
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium packetHandler.java 46
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium packetHandler.java 67
Invalid numeric literal: 25 Consider defining a constant name to represent the value. Medium packetHandler.java 68
Invalid numeric literal: 26 Consider defining a constant name to represent the value. Medium packetHandler.java 69
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium packetHandler.java 70
Invalid numeric literal: 27 Consider defining a constant name to represent the value. Medium packetHandler.java 70
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium packetHandler.java 71
Invalid numeric literal: 28 Consider defining a constant name to represent the value. Medium packetHandler.java 71
Invalid numeric literal: 1000 Consider defining a constant name to represent the value. Medium PacketProducer.java 149
Invalid numeric literal: 1024 Consider defining a constant name to represent the value. Medium recieveThread.java 65
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium RecieveThreadDummy.java 21
Invalid numeric literal: 6 Consider defining a constant name to represent the value. Medium RecieveThreadDummy.java 21
Invalid numeric literal: 0xff Consider defining a constant name to represent the value. Medium RecieveThreadDummy.java 23
Invalid numeric literal: 0x100 Consider defining a constant name to represent the value. Medium RecieveThreadDummy.java 23
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium RecieveThreadDummy.java 23
Invalid numeric literal: 10 Consider defining a constant name to represent the value. Medium sendMessage.java 51
Invalid numeric literal: 10 Consider defining a constant name to represent the value. Medium sendMessage.java 60
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 65
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 66
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium sendMessage.java 70
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium sendMessage.java 71
Invalid numeric literal: 5 Consider defining a constant name to represent the value. Medium sendMessage.java 74
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 74
Invalid numeric literal: 6 Consider defining a constant name to represent the value. Medium sendMessage.java 75
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 75
Invalid numeric literal: 7 Consider defining a constant name to represent the value. Medium sendMessage.java 76
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 76
Invalid numeric literal: 8 Consider defining a constant name to represent the value. Medium sendMessage.java 77
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 77
Invalid numeric literal: 9 Consider defining a constant name to represent the value. Medium sendMessage.java 78
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 78
Invalid numeric literal: 0xff Consider defining a constant name to represent the value. Medium sendMessage.java 86
Invalid numeric literal: 0x100 Consider defining a constant name to represent the value. Medium sendMessage.java 86
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 86
Invalid numeric literal: 0xff Consider defining a constant name to represent the value. Medium sendMessage.java 131
Invalid numeric literal: 0x100 Consider defining a constant name to represent the value. Medium sendMessage.java 131
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 131
Invalid numeric literal: 18567 Consider defining a constant name to represent the value. Medium TestClient.java 35
Invalid numeric literal: 1000 Consider defining a constant name to represent the value. Medium TestClient.java 73
Invalid numeric literal: 20 Consider defining a constant name to represent the value. Medium TimerTask1.java 29
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium UDPClient.java 49
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium UDPClient.java 50
Invalid numeric literal: 23 Consider defining a constant name to represent the value. Medium UDPClient.java 98
Invalid numeric literal: 20500 Consider defining a constant name to represent the value. Medium UDPServer.java 13
Invalid numeric literal: 1024 Consider defining a constant name to represent the value. Medium UDPServer.java 14
Invalid numeric literal: 1024 Consider defining a constant name to represent the value. Medium UDPServer.java 15
Invalid numeric literal: 8 Consider defining a constant name to represent the value. Medium UDPServer.java 39
Invalid numeric literal: 8 Consider defining a constant name to represent the value. Medium UDPServer.java 40
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium UDPServerMINA.java 80
Invalid numeric literal: 0xff Consider defining a constant name to represent the value. Medium UDPServerMINA.java 103
Invalid numeric literal: 0x100 Consider defining a constant name to represent the value. Medium UDPServerMINA.java 103
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium UDPServerMINA.java 103
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium WSClient.java 32
Invalid numeric literal: 1777 Consider defining a constant name to represent the value. Medium WSClient.java 33
Invalid numeric literal: 8 Consider defining a constant name to represent the value. Medium WSThread.java 54
Invalid numeric literal: 100 Consider defining a constant name to represent the value. Medium TripDetails.java 111
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium TripDetails.java 184
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium TripParameters.java 192
Invalid numeric literal: 40 Consider defining a constant name to represent the value. Medium TripParameters.java 242
Invalid numeric literal: 0.001 Consider defining a constant name to represent the value. Medium TripParameters.java 245
Invalid numeric literal: 10000000 Consider defining a constant name to represent the value. Medium TripParameters.java 346
 
Violation Recommendation Severity Resource Line
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium IPacketObserver.java 12
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GpsWebserviceClient.java 29
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GpsWebserviceClient.java 29
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GpsWebserviceClient.java 29
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GpsWebserviceClient.java 34
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GpsWebserviceClient.java 34
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GpsWebserviceClient.java 34
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium MobileAlert.java 78
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium MobileAlert.java 238
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium MobileAlertMessage.java 135
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium MobileAlertMessageResponse.java 50
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium MobileAlertResponse.java 50
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PointInPolygon.java 64
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PointInPolygon.java 80
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PointInPolygon.java 96
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PointInPolygonResponse.java 50
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PolygonRegion.java 45
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PolygonRegion.java 46
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PolygonRegion.java 47
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PolygonRegion.java 64
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PolygonRegion.java 66
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PolygonRegion.java 68
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PolygonRegion.java 93
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UpdateRfidHistory.java 68
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UpdateRfidHistory.java 108
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UpdateRfidHistory.java 124
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium WhetherInterested.java 64
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium WhetherInterested.java 80
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium WhetherInterested.java 96
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium WhetherInterestedResponse.java 50
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium ParamUtils.java 42
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium AlertManager.java 35
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium AlertManager.java 47
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium ConsumerThread.java 42
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium LMUUtils.java 72
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium LMUUtils.java 115
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium recieveThread.java 55
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium RecieveThreadDummy.java 17
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TimerTask1.java 19
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TimerTask1.java 19
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TimerTask1.java 19
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UDPClient.java 32
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UDPClient.java 32
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UDPServer.java 37
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium WSThread.java 32
 
Violation Recommendation Severity Resource Line
Lazy initialization of instance is not thread safe Make the method <code>getInstance</code> synchronized. Medium CategoryReader.java 35
Lazy initialization of instance is not thread safe Make the method <code>getInstance</code> synchronized. Medium ExpReader.java 36
Lazy initialization of instance is not thread safe Make the method <code>getInstance</code> synchronized. Medium ValidatorReader.java 39
Lazy initialization of instance is not thread safe Make the method <code>getInstance</code> synchronized. Medium LMU4100Map.java 16
Lazy initialization of instance is not thread safe Make the method <code>getInstance</code> synchronized. Medium LMU4100Map.java 12
 
Violation Recommendation Severity Resource Line
Invalid string literal: "Error getting category Xml Document file." Consider defining a constant to represent the string or move it to a resource bundle. Medium CategoryReader.java 50
Invalid string literal: "set" Consider defining a constant to represent the string or move it to a resource bundle. Medium CategoryReader.java 84
Invalid string literal: "java.lang.String" Consider defining a constant to represent the string or move it to a resource bundle. Medium CategoryReader.java 85
Invalid string literal: "************" Consider defining a constant to represent the string or move it to a resource bundle. Medium CategoryReader.java 87
Invalid string literal: "Error processing node datas and creating instance of CorrectorVO instances." Consider defining a constant to represent the string or move it to a resource bundle. Medium CategoryReader.java 95
Invalid string literal: "Expressions" Consider defining a constant to represent the string or move it to a resource bundle. Medium DirectParamEvaluator.java 31
Invalid string literal: " //// " Consider defining a constant to represent the string or move it to a resource bundle. Medium DirectParamEvaluator.java 35
Invalid string literal: "Inserted expression to decode :" Consider defining a constant to represent the string or move it to a resource bundle. Medium DirectParamEvaluator.java 42
Invalid string literal: "Returned false to thread from DPE" Consider defining a constant to represent the string or move it to a resource bundle. Medium DirectParamEvaluator.java 52
Invalid string literal: "Evaluated expression returned (true/false) :" Consider defining a constant to represent the string or move it to a resource bundle. Medium DirectParamEvaluator.java 61
Invalid string literal: " and failed expression count is :" Consider defining a constant to represent the string or move it to a resource bundle. Medium DirectParamEvaluator.java 61
Invalid string literal: "Error Evaluating the DirectParamEvaluator" Consider defining a constant to represent the string or move it to a resource bundle. Medium DirectParamEvaluator.java 67
Invalid string literal: "P34" Consider defining a constant to represent the string or move it to a resource bundle. Medium DriftMasker.java 43
Invalid string literal: "Formula is :::: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DriftMasker.java 70
Invalid string literal: "Parameter to change is :::: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DriftMasker.java 76
Invalid string literal: "Exception occured during masking." Consider defining a constant to represent the string or move it to a resource bundle. Medium DriftMasker.java 95
Invalid string literal: "Error getting Expression Xml Document file." Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpReader.java 51
Invalid string literal: "NodeMap " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpReader.java 82
Invalid string literal: "set" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpReader.java 85
Invalid string literal: "java.lang.String" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpReader.java 86
Invalid string literal: "************" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpReader.java 88
Invalid string literal: "Error processing node datas and creating instance of RuleVO instances." Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpReader.java 96
Invalid string literal: "data Item:" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpressionDecoder.java 57
Invalid string literal: "ValueExp:" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpressionDecoder.java 57
Invalid string literal: "Value:" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpressionDecoder.java 57
Invalid string literal: "Complete expression" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpressionDecoder.java 65
Invalid string literal: "Error occured during decoding expression." Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpressionDecoder.java 69
Invalid string literal: "Entered Case P and Strrring Item is : " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpressionDecoder.java 101
Invalid string literal: " Its corresponding value is " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpressionDecoder.java 101
Invalid string literal: "esn numbr is " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpressionDecoder.java 117
Invalid string literal: "Entered case E and inputed value is " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpressionDecoder.java 136
Invalid string literal: "Error occured during evaluating the expression" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpressionHandler.java 41
Invalid string literal: "Evaluated Result is " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpressionHandler.java 44
Invalid string literal: "Error getting Expression Xml Document file." Consider defining a constant to represent the string or move it to a resource bundle. Medium ValidatorReader.java 54
Invalid string literal: "Reloading configuration" Consider defining a constant to represent the string or move it to a resource bundle. Medium ValidatorReader.java 111
Invalid string literal: "NodeMap " Consider defining a constant to represent the string or move it to a resource bundle. Medium ValidatorReader.java 130
Invalid string literal: " size" Consider defining a constant to represent the string or move it to a resource bundle. Medium ValidatorReader.java 130
Invalid string literal: "set" Consider defining a constant to represent the string or move it to a resource bundle. Medium ValidatorReader.java 133
Invalid string literal: "java.lang.String" Consider defining a constant to represent the string or move it to a resource bundle. Medium ValidatorReader.java 134
Invalid string literal: "************" Consider defining a constant to represent the string or move it to a resource bundle. Medium ValidatorReader.java 136
Invalid string literal: "Error processing node datas and creating instance of RuleVO instances." Consider defining a constant to represent the string or move it to a resource bundle. Medium ValidatorReader.java 144
Invalid string literal: "22/09/2011 8:30:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsWebserviceClient.java 71
Invalid string literal: "DatatypeConfigurationException" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsWebserviceClient.java 77
Invalid string literal: "http://localhost:8084/gpsws/PolygonRegionSOAP?wsdl" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsWebserviceClient.java 80
Invalid string literal: "http://www.example.org/PolygonRegion/" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsWebserviceClient.java 84
Invalid string literal: "PolygonRegion" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsWebserviceClient.java 84
Invalid string literal: "connect" Consider defining a constant to represent the string or move it to a resource bundle. Medium PolygonRegion_Service.java 31
Invalid string literal: "http://www.example.org/PolygonRegion/" Consider defining a constant to represent the string or move it to a resource bundle. Medium PolygonRegion_Service.java 44
Invalid string literal: "PolygonRegion" Consider defining a constant to represent the string or move it to a resource bundle. Medium PolygonRegion_Service.java 44
Invalid string literal: "http://www.example.org/PolygonRegion/" Consider defining a constant to represent the string or move it to a resource bundle. Medium PolygonRegion_Service.java 55
Invalid string literal: "PolygonRegionSOAP" Consider defining a constant to represent the string or move it to a resource bundle. Medium PolygonRegion_Service.java 55
Invalid string literal: "http://www.example.org/PolygonRegion/" Consider defining a constant to represent the string or move it to a resource bundle. Medium PolygonRegion_Service.java 67
Invalid string literal: "PolygonRegionSOAP" Consider defining a constant to represent the string or move it to a resource bundle. Medium PolygonRegion_Service.java 67
Invalid string literal: "/Category.xml" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConfigReader.java 18
Invalid string literal: "/Expression.xml" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConfigReader.java 19
Invalid string literal: "/Validator.xml" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConfigReader.java 20
Invalid string literal: "Error" Consider defining a constant to represent the string or move it to a resource bundle. Medium FileUtilities.java 46
Invalid string literal: "Error" Consider defining a constant to represent the string or move it to a resource bundle. Medium FileUtilities.java 49
Invalid string literal: "Error" Consider defining a constant to represent the string or move it to a resource bundle. Medium FileUtilities.java 51
Invalid string literal: "Error getting node datas" Consider defining a constant to represent the string or move it to a resource bundle. Medium FileUtilities.java 64
Invalid string literal: "Error putting datas on validator hash table." Consider defining a constant to represent the string or move it to a resource bundle. Medium FileUtilities.java 93
Invalid string literal: "reflist size:" Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUResource.java 47
Invalid string literal: "Exception:" Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUResource.java 62
Invalid string literal: "UTF-8" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogHandler.java 22
Invalid string literal: ":: Logging SOAP Message :: " Consider defining a constant to represent the string or move it to a resource bundle. Medium LogHandler.java 23
Invalid string literal: "calling Webservice" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketDataFetcher.java 38
Invalid string literal: "Web service link is : " Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketDataFetcher.java 39
Invalid string literal: "response from webservice is " Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketDataFetcher.java 41
Invalid string literal: "Error occured during fetching of last known data from InMemory DB." Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketDataFetcher.java 46
Invalid string literal: "error getting the previous parameter value using esn number" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketDataFetcher.java 63
Invalid string literal: "null" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketDataFetcher.java 88
Invalid string literal: "error parse response" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketDataFetcher.java 100
Invalid string literal: "error getting old packet corresponding to previous packet" Consider defining a constant to represent the string or move it to a resource bundle. Medium ParamUtils.java 36
Invalid string literal: "NumberofQueues" Consider defining a constant to represent the string or move it to a resource bundle. Medium StringConstants.java 11
Invalid string literal: "QueueName" Consider defining a constant to represent the string or move it to a resource bundle. Medium StringConstants.java 12
Invalid string literal: "ServerUrl" Consider defining a constant to represent the string or move it to a resource bundle. Medium StringConstants.java 13
Invalid string literal: "QueueThreshold" Consider defining a constant to represent the string or move it to a resource bundle. Medium StringConstants.java 14
Invalid string literal: "JMXServiceURL" Consider defining a constant to represent the string or move it to a resource bundle. Medium StringConstants.java 15
Invalid string literal: "RefreshInterval" Consider defining a constant to represent the string or move it to a resource bundle. Medium StringConstants.java 16
Invalid string literal: "acknowledgeType" Consider defining a constant to represent the string or move it to a resource bundle. Medium StringConstants.java 17
Invalid string literal: "ServiceType" Consider defining a constant to represent the string or move it to a resource bundle. Medium StringConstants.java 18
Invalid string literal: "#.##" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 22
Invalid string literal: "/alertnotifications.properties" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 25
Invalid string literal: "nontripsendstatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 26
Invalid string literal: "eventcodes" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 27
Invalid string literal: "true" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 39
Invalid string literal: "E,MMM dd yyyy/HH:mm:ss a" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 48
Invalid string literal: "%tripname%" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 58
Invalid string literal: "%speed%" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 59
Invalid string literal: "%time%" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 60
Invalid string literal: "Org" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 61
Invalid string literal: "Event" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 61
Invalid string literal: "***************" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 62
Invalid string literal: "Alert Notification" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 63
Invalid string literal: "Sent the Message : " Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 64
Invalid string literal: ">>>>>>>>>>>>>>>>>>>>>Sent the Message : " Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 65
Invalid string literal: "Error Sending Alert Message" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 69
Invalid string literal: ">>>>" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 80
Invalid string literal: "101" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertManager.java 81
Invalid string literal: "Returning the asyn call:" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 51
Invalid string literal: "Error while calling asyn call:" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 55
Invalid string literal: "************************ProcessClient***************************" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 62
Invalid string literal: "Calling whetherInterested:" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 75
Invalid string literal: "isInterested:" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 78
Invalid string literal: ",Thread:" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 78
Invalid string literal: "Error sending alert message0:" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 90
Invalid string literal: "Calling inOrOut WS:" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 97
Invalid string literal: " At Client End we are interseted in the trip..Proceed:" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 99
Invalid string literal: "yyyy-MM-dd HH:mm:ss" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 100
Invalid string literal: "http://192.168.2.60:8080/gpsws/rest/rfid/" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 109
Invalid string literal: "Respose from site is " Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 110
Invalid string literal: "Error connecting to REST WS" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 113
Invalid string literal: "Point is inside the fence.. and no sms have been send ,Sending SMS...." Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 120
Invalid string literal: "************************END ProcessClient***************************" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 123
Invalid string literal: "ProcessClient:" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 127
Invalid string literal: "ProcessClient" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 133
Invalid string literal: "before start" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 151
Invalid string literal: "after async" Consider defining a constant to represent the string or move it to a resource bundle. Medium AsyncCaller.java 154
Invalid string literal: "UDPClient::UDPClient" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClientCommunicator.java 30
Invalid string literal: "Created a datagram connector" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClientCommunicator.java 31
Invalid string literal: "Setting the handler" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClientCommunicator.java 34
Invalid string literal: "About to connect to the server..." Consider defining a constant to represent the string or move it to a resource bundle. Medium ClientCommunicator.java 37
Invalid string literal: "About to wait." Consider defining a constant to represent the string or move it to a resource bundle. Medium ClientCommunicator.java 40
Invalid string literal: "Adding a future listener." Consider defining a constant to represent the string or move it to a resource bundle. Medium ClientCommunicator.java 43
Invalid string literal: "...connected" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClientCommunicator.java 47
Invalid string literal: "Not connected...exiting" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClientCommunicator.java 55
Invalid string literal: "this is the acknowldgement" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClientCommunicator.java 65
Invalid string literal: "Session recv..." Consider defining a constant to represent the string or move it to a resource bundle. Medium ClientCommunicator.java 90
Invalid string literal: "Message sent..." Consider defining a constant to represent the string or move it to a resource bundle. Medium ClientCommunicator.java 95
Invalid string literal: "Session closed..." Consider defining a constant to represent the string or move it to a resource bundle. Medium ClientCommunicator.java 100
Invalid string literal: "Session created..." Consider defining a constant to represent the string or move it to a resource bundle. Medium ClientCommunicator.java 105
Invalid string literal: "Session idle..." Consider defining a constant to represent the string or move it to a resource bundle. Medium ClientCommunicator.java 111
Invalid string literal: "Session opened..." Consider defining a constant to represent the string or move it to a resource bundle. Medium ClientCommunicator.java 116
Invalid string literal: "lmu.core.Config" Consider defining a constant to represent the string or move it to a resource bundle. Medium CommonClass.java 17
Invalid string literal: "objLM not equal to null" Consider defining a constant to represent the string or move it to a resource bundle. Medium configReader.java 26
Invalid string literal: "LMU4100.jaxb" Consider defining a constant to represent the string or move it to a resource bundle. Medium configReader.java 29
Invalid string literal: "LMU4100.xml" Consider defining a constant to represent the string or move it to a resource bundle. Medium configReader.java 33
Invalid string literal: "LMU4100.jaxb" Consider defining a constant to represent the string or move it to a resource bundle. Medium configReader.java 69
Invalid string literal: "LMU4100.xml" Consider defining a constant to represent the string or move it to a resource bundle. Medium configReader.java 73
Invalid string literal: "LMU4100.jaxb" Consider defining a constant to represent the string or move it to a resource bundle. Medium configReader.java 101
Invalid string literal: "LMU4100.xml" Consider defining a constant to represent the string or move it to a resource bundle. Medium configReader.java 105
Invalid string literal: "Thread:" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 52
Invalid string literal: " got started" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 52
Invalid string literal: "Calling dbmanager from consumer:" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 63
Invalid string literal: "/********************************Drift Logic start**************************************/" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 64
Invalid string literal: "P15" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 67
Invalid string literal: "Error adding observer to observer list." Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 90
Invalid string literal: "Error delete observer to observer list." Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 101
Invalid string literal: "Exception thrown from validator " Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 121
Invalid string literal: "_999;" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 124
Invalid string literal: "Validation Failed occured during expression : " Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 126
Invalid string literal: "Entered To mask the drifted packet" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 129
Invalid string literal: "status" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 130
Invalid string literal: "After masking" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 132
Invalid string literal: "Valid packet!!.. No need to drift.. Inserting to DB. " Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 137
Invalid string literal: "status" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 139
Invalid string literal: "status" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 141
Invalid string literal: "/********************************Drit Logic end**************************************/" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 148
Invalid string literal: "Exception occured during notifying observers. " Consider defining a constant to represent the string or move it to a resource bundle. Medium ConsumerThread.java 156
Invalid string literal: "http://www.ii2sms.com/pushsms.php" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 40
Invalid string literal: " http://maps.google.com/maps/api/geocode/xml" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 41
Invalid string literal: "isInterested " Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 87
Invalid string literal: ",Thread:" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 87
Invalid string literal: "Last packet:" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 91
Invalid string literal: "Response from site is " Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 95
Invalid string literal: "Error in rest call for update speed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 98
Invalid string literal: "At Client End we are interested in the trip..Proceed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 110
Invalid string literal: "yyyy-MM-dd HH:mm:ss" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 111
Invalid string literal: "User Message:" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 117
Invalid string literal: "slash" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 118
Invalid string literal: "Response from site is " Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 119
Invalid string literal: "Error connecting to REST WS" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 122
Invalid string literal: "is interested is false" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 160
Invalid string literal: "Point is inside the fence.. and no sms have been send ,Sending SMS...." Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 164
Invalid string literal: "Error!!!!!! No Trips Found" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 172
Invalid string literal: "Trip Parameter object contains null values" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 178
Invalid string literal: "Trip Parameter obectect contains null values" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 186
Invalid string literal: "************************************Context created*****************************" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager_PerfTest.java 16
Invalid string literal: "P22" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager_PerfTest.java 51
Invalid string literal: "Normal" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager_PerfTest.java 52
Invalid string literal: "Normal" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager_PerfTest.java 53
Invalid string literal: "Normal" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager_PerfTest.java 54
Invalid string literal: "Normal" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager_PerfTest.java 56
Invalid string literal: "P24" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager_PerfTest.java 59
Invalid string literal: "P20" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager_PerfTest.java 64
Invalid string literal: "P21" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager_PerfTest.java 66
Invalid string literal: "P23" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager_PerfTest.java 70
Invalid string literal: "dd/MM/yyyy HH:mm" Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUUtils.java 36
Invalid string literal: "Exception" Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUUtils.java 51
Invalid string literal: "0123456789ABCDEF" Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUUtils.java 59
Invalid string literal: "0123456789ABCDEF" Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUUtils.java 73
Invalid string literal: "HH:mm" Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUUtils.java 108
Invalid string literal: "Method failed: " Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUUtils.java 144
Invalid string literal: "Fatal protocol violation: " Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUUtils.java 158
Invalid string literal: "Fatal transport error: " Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUUtils.java 162
Invalid string literal: "1261491395" Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUUtils.java 180
Invalid string literal: "/GeocodeResponse/result[1][type/text()='route']/address_component[1]/long_name/text()" Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUUtils.java 189
Invalid string literal: "/GeocodeResponse/result[1][type/text()='route']/address_component[2]/long_name/text()" Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUUtils.java 190
Invalid string literal: "101" Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUUtils.java 217
Invalid string literal: "!!!!!!!!!!PANIC DETECTED!!!!!!!!!!!!!!!" Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUUtils.java 219
Invalid string literal: "GENERAL PACKET..." Consider defining a constant to represent the string or move it to a resource bundle. Medium LMUUtils.java 224
Invalid string literal: "log4j.properties" Consider defining a constant to represent the string or move it to a resource bundle. Medium MyLogger.java 11
Invalid string literal: "Error while loading Accum data" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 102
Invalid string literal: "Loading the webservice url's" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 107
Invalid string literal: "rfid" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 109
Invalid string literal: "getlastpkt" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 110
Invalid string literal: "getwsdl" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 111
Invalid string literal: "deviation" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 112
Invalid string literal: "getlastvalid" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 114
Invalid string literal: "One of the url is not loaded properly..Please check configurations table" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 122
Invalid string literal: "Validators" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 131
Invalid string literal: "Creating Validator Factory." Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 134
Invalid string literal: "Creating validator named " Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 136
Invalid string literal: "Exception occurred during getting validator names." Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 143
Invalid string literal: "url:" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 161
Invalid string literal: "Consumer queue count:" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 177
Invalid string literal: "Queuename--:" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 197
Invalid string literal: "IPacketObserver size :" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 210
Invalid string literal: "Created IPacketObserver :" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 213
Invalid string literal: "Error occured during adding all validator to observer list." Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 219
Invalid string literal: "Thread" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 226
Invalid string literal: "java.net.ConnectException" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 234
Invalid string literal: "Exception: The server is not running!!!" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketConsumer.java 235
Invalid string literal: "Optional Header not Present" Consider defining a constant to represent the string or move it to a resource bundle. Medium packetHandler.java 215
Invalid string literal: "ServerUrl" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketProducer.java 53
Invalid string literal: "url:" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketProducer.java 54
Invalid string literal: "QueueName" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketProducer.java 59
Invalid string literal: "Queue Count from properties file:" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketProducer.java 67
Invalid string literal: "producer created" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketProducer.java 77
Invalid string literal: "Using asynchronous sending" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketProducer.java 85
Invalid string literal: "java.net.ConnectException" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketProducer.java 93
Invalid string literal: "Exception: The server is not running!!!" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketProducer.java 94
Invalid string literal: "Queue Name:" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketProducer.java 113
Invalid string literal: "Entered" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketProducer.java 116
Invalid string literal: "**********Failed to Enqueue the packet" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketProducer.java 147
Invalid string literal: "Failed ESN : " Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketProducer.java 148
Invalid string literal: "Failed Creation Time :" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketProducer.java 149
Invalid string literal: "P18" Consider defining a constant to represent the string or move it to a resource bundle. Medium PacketProducer.java 149
Invalid string literal: "Producer queue count:" Consider defining a constant to represent the string or move it to a resource bundle. Medium QueueAllocator.java 43
Invalid string literal: "Queue Name:" Consider defining a constant to represent the string or move it to a resource bundle. Medium QueueAllocator.java 78
Invalid string literal: ",ESN:" Consider defining a constant to represent the string or move it to a resource bundle. Medium QueueAllocator.java 78
Invalid string literal: "Packet got processed:" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 72
Invalid string literal: "P18" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 74
Invalid string literal: "ThreadID:" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 75
Invalid string literal: "P15" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 81
Invalid string literal: "P34" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 83
Invalid string literal: "P34" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 84
Invalid string literal: "packet Event:" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 86
Invalid string literal: "P15 value:" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 89
Invalid string literal: "P15 value:" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 94
Invalid string literal: "queue flag:" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 97
Invalid string literal: "Old:" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 130
Invalid string literal: ",New:" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 130
Invalid string literal: "lastKnownIp" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 148
Invalid string literal: "Last Known IP:" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 149
Invalid string literal: "lastKnownIp" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 149
Invalid string literal: "receiveThreads:run:-" Consider defining a constant to represent the string or move it to a resource bundle. Medium recieveThread.java 189
Invalid string literal: "PutIntoQueue ::: " Consider defining a constant to represent the string or move it to a resource bundle. Medium RecieveThreadDummy.java 19
Invalid string literal: "ESN : " Consider defining a constant to represent the string or move it to a resource bundle. Medium RecieveThreadDummy.java 25
Invalid string literal: "Queued in ActiveMQ :" Consider defining a constant to represent the string or move it to a resource bundle. Medium RecieveThreadDummy.java 45
Invalid string literal: ",Thread Id:" Consider defining a constant to represent the string or move it to a resource bundle. Medium RecieveThreadDummy.java 45
Invalid string literal: "datalength is: " Consider defining a constant to represent the string or move it to a resource bundle. Medium sendMessage.java 34
Invalid string literal: "Optional header Size :: " Consider defining a constant to represent the string or move it to a resource bundle. Medium sendMessage.java 48
Invalid string literal: "P17" Consider defining a constant to represent the string or move it to a resource bundle. Medium sendMessage.java 68
Invalid string literal: "P17" Consider defining a constant to represent the string or move it to a resource bundle. Medium sendMessage.java 70
Invalid string literal: "P16" Consider defining a constant to represent the string or move it to a resource bundle. Medium sendMessage.java 71
Invalid string literal: "yyyy/MM/dd HH:mm:ss" Consider defining a constant to represent the string or move it to a resource bundle. Medium sendMessage.java 88
Invalid string literal: "Acknowledgement sent to device:" Consider defining a constant to represent the string or move it to a resource bundle. Medium sendMessage.java 95
Invalid string literal: ",Thread Id:" Consider defining a constant to represent the string or move it to a resource bundle. Medium sendMessage.java 95
Invalid string literal: "Acknowledgement after adding bytes :: " Consider defining a constant to represent the string or move it to a resource bundle. Medium sendMessage.java 133
Invalid string literal: "Error in putValue:" Consider defining a constant to represent the string or move it to a resource bundle. Medium sendMessage.java 137
Invalid string literal: "UDPClient::UDPClient" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 27
Invalid string literal: "Created a datagram connector" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 28
Invalid string literal: "Setting the handler" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 31
Invalid string literal: "About to connect to the server..." Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 34
Invalid string literal: "localhost" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 35
Invalid string literal: "About to wait." Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 37
Invalid string literal: "Adding a future listener." Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 39
Invalid string literal: "...connected" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 45
Invalid string literal: "Not connected...exiting" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 53
Invalid string literal: "4500005100060000801116FB75610CFACF47D1F8501E5014003DD5C3830594963295070101010200014B30D4C34B30D4C3050E17882DDFC3640000000000000000011A0800005FFFC90F09FE00FF080000" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 63
Invalid string literal: "Sending................ " Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 70
Invalid string literal: "This is the acknowledgement recieved" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 91
Invalid string literal: "Data recieved" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 95
Invalid string literal: "Session recv..." Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 98
Invalid string literal: "Message sent..." Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 103
Invalid string literal: "Session closed..." Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 108
Invalid string literal: "Session created..." Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 113
Invalid string literal: "Session idle..." Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 119
Invalid string literal: "Session opened..." Consider defining a constant to represent the string or move it to a resource bundle. Medium TestClient.java 125
Invalid string literal: "Client count:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TimerTask1.java 32
Invalid string literal: "Active Threads:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TimerTask1.java 36
Invalid string literal: "started client:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TimerTask1.java 37
Invalid string literal: "yyyy-MM-dd HH:mm:ss.SSS" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPClient.java 41
Invalid string literal: "Entered:" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPClient.java 44
Invalid string literal: "Entered AssignPckt" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPClient.java 59
Invalid string literal: "Loading the Packets..Please wait..." Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPClient.java 61
Invalid string literal: "File" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPClient.java 62
Invalid string literal: "Getting hex dump:" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPClient.java 63
Invalid string literal: "Completed loading the packets:" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPClient.java 107
Invalid string literal: "length:" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPClient.java 108
Invalid string literal: "BREAKED" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPClient.java 169
Invalid string literal: "198.168.2.60" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServer.java 13
Invalid string literal: "total bytes" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServer.java 31
Invalid string literal: "Getting hex dump: " Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServerHandler.java 88
Invalid string literal: ",Thread:" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServerHandler.java 88
Invalid string literal: "After LMU Producer variables initialized" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServerMINA.java 70
Invalid string literal: "Initializing threads...." Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServerMINA.java 76
Invalid string literal: "threadpool" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServerMINA.java 80
Invalid string literal: "UDPServer listening on port :" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServerMINA.java 89
Invalid string literal: " and ip is :" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServerMINA.java 89
Invalid string literal: "printing update at UDP server MINA:" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServerMINA.java 100
Invalid string literal: "result is at UDP SERVER MINA:" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServerMINA.java 106
Invalid string literal: "UDP SERVER PORT:" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServerMINA.java 110
Invalid string literal: "UDP SERVER IP:" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServerMINA.java 111
Invalid string literal: "Socket Exception:T:" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServerMINA.java 118
Invalid string literal: "log4j.properties" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServerMINA.java 124
Invalid string literal: "error" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServerMINA.java 125
Invalid string literal: "new line" Consider defining a constant to represent the string or move it to a resource bundle. Medium UDPServerMINA.java 126
Invalid string literal: "Asynchronous threads " Consider defining a constant to represent the string or move it to a resource bundle. Medium WSClient.java 50
Invalid string literal: "Thread" Consider defining a constant to represent the string or move it to a resource bundle. Medium WSClient.java 53
Invalid string literal: "Trip Parameter obectect contains null values" Consider defining a constant to represent the string or move it to a resource bundle. Medium WSClient.java 66
Invalid string literal: "select * from trip_parameters where trip_paramid>=219168422 and vehicle_id in(" Consider defining a constant to represent the string or move it to a resource bundle. Medium WSThread.java 60
Invalid string literal: ") order by dbinsert_time limit 5" Consider defining a constant to represent the string or move it to a resource bundle. Medium WSThread.java 60
Invalid string literal: "select * from trip_parameters where trip_paramid>=219168422 and vehicle_id in(" Consider defining a constant to represent the string or move it to a resource bundle. Medium WSThread.java 63
Invalid string literal: ") order by dbinsert_time limit 5" Consider defining a constant to represent the string or move it to a resource bundle. Medium WSThread.java 63
Invalid string literal: "Current Thtread : " Consider defining a constant to represent the string or move it to a resource bundle. Medium WSThread.java 71
Invalid string literal: "isInterested " Consider defining a constant to represent the string or move it to a resource bundle. Medium WSThread.java 82
Invalid string literal: ",Thread:" Consider defining a constant to represent the string or move it to a resource bundle. Medium WSThread.java 82
Invalid string literal: "Last Packet:" Consider defining a constant to represent the string or move it to a resource bundle. Medium WSThread.java 88
Invalid string literal: "Response from site is " Consider defining a constant to represent the string or move it to a resource bundle. Medium WSThread.java 91
Invalid string literal: "Error in rest call for update speed" Consider defining a constant to represent the string or move it to a resource bundle. Medium WSThread.java 94
Invalid string literal: "Trip Parameter obectect contains null values" Consider defining a constant to represent the string or move it to a resource bundle. Medium WSThread.java 108
Invalid string literal: "Thread : " Consider defining a constant to represent the string or move it to a resource bundle. Medium WSThread.java 118
Invalid string literal: " t1 :" Consider defining a constant to represent the string or move it to a resource bundle. Medium WSThread.java 118
Invalid string literal: " t2 :" Consider defining a constant to represent the string or move it to a resource bundle. Medium WSThread.java 118
Invalid string literal: "select accum,reference from accumulator_ref" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccumulatorRef.java 28
Invalid string literal: "Error!!!!!!!!" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccumulatorRef.java 45
Invalid string literal: "creditLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Accounts.java 13
Invalid string literal: "smsSent" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Accounts.java 14
Invalid string literal: "creditLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Accounts.java 18
Invalid string literal: "creditLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Accounts.java 21
Invalid string literal: "smsSent" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Accounts.java 25
Invalid string literal: "smsSent" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Accounts.java 28
Invalid string literal: "accum" Consider defining a constant to represent the string or move it to a resource bundle. Medium _AccumulatorRef.java 7
Invalid string literal: "reference" Consider defining a constant to represent the string or move it to a resource bundle. Medium _AccumulatorRef.java 8
Invalid string literal: "accum" Consider defining a constant to represent the string or move it to a resource bundle. Medium _AccumulatorRef.java 11
Invalid string literal: "accum" Consider defining a constant to represent the string or move it to a resource bundle. Medium _AccumulatorRef.java 14
Invalid string literal: "reference" Consider defining a constant to represent the string or move it to a resource bundle. Medium _AccumulatorRef.java 18
Invalid string literal: "reference" Consider defining a constant to represent the string or move it to a resource bundle. Medium _AccumulatorRef.java 21
Invalid string literal: "current" Consider defining a constant to represent the string or move it to a resource bundle. Medium _CharityBarometer.java 15
Invalid string literal: "target" Consider defining a constant to represent the string or move it to a resource bundle. Medium _CharityBarometer.java 16
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _CharityBarometer.java 17
Invalid string literal: "barometer_id" Consider defining a constant to represent the string or move it to a resource bundle. Medium _CharityBarometer.java 19
Invalid string literal: "current" Consider defining a constant to represent the string or move it to a resource bundle. Medium _CharityBarometer.java 22
Invalid string literal: "current" Consider defining a constant to represent the string or move it to a resource bundle. Medium _CharityBarometer.java 25
Invalid string literal: "target" Consider defining a constant to represent the string or move it to a resource bundle. Medium _CharityBarometer.java 29
Invalid string literal: "target" Consider defining a constant to represent the string or move it to a resource bundle. Medium _CharityBarometer.java 32
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _CharityBarometer.java 36
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _CharityBarometer.java 40
Invalid string literal: "configName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Configurations.java 7
Invalid string literal: "configValue" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Configurations.java 8
Invalid string literal: "configName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Configurations.java 12
Invalid string literal: "configName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Configurations.java 15
Invalid string literal: "configValue" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Configurations.java 19
Invalid string literal: "configValue" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Configurations.java 22
Invalid string literal: "aliasName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 18
Invalid string literal: "enableStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 19
Invalid string literal: "firmwareVersion" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 20
Invalid string literal: "imeiNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 21
Invalid string literal: "inuseStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 22
Invalid string literal: "lastKnownIp" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 23
Invalid string literal: "lastPacketReceivedTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 24
Invalid string literal: "mobileNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 25
Invalid string literal: "workStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 26
Invalid string literal: "vehicleDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 27
Invalid string literal: "device_id" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 29
Invalid string literal: "aliasName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 32
Invalid string literal: "aliasName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 35
Invalid string literal: "enableStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 39
Invalid string literal: "enableStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 42
Invalid string literal: "firmwareVersion" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 46
Invalid string literal: "firmwareVersion" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 49
Invalid string literal: "imeiNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 53
Invalid string literal: "imeiNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 56
Invalid string literal: "inuseStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 60
Invalid string literal: "inuseStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 63
Invalid string literal: "lastKnownIp" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 67
Invalid string literal: "lastKnownIp" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 70
Invalid string literal: "lastPacketReceivedTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 74
Invalid string literal: "lastPacketReceivedTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 77
Invalid string literal: "mobileNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 81
Invalid string literal: "mobileNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 84
Invalid string literal: "workStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 88
Invalid string literal: "workStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 91
Invalid string literal: "vehicleDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 95
Invalid string literal: "vehicleDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 98
Invalid string literal: "vehicleDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Device.java 102
Invalid string literal: "carRating" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 18
Invalid string literal: "comment" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 19
Invalid string literal: "date" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 20
Invalid string literal: "driveRating" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 21
Invalid string literal: "tripRating" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 22
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 23
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 24
Invalid string literal: "feedbackid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 26
Invalid string literal: "carRating" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 29
Invalid string literal: "carRating" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 32
Invalid string literal: "comment" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 36
Invalid string literal: "comment" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 39
Invalid string literal: "date" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 43
Invalid string literal: "date" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 46
Invalid string literal: "driveRating" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 50
Invalid string literal: "driveRating" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 53
Invalid string literal: "tripRating" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 57
Invalid string literal: "tripRating" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 60
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 64
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 68
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 73
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Feedback.java 77
Invalid string literal: "evenSms" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 17
Invalid string literal: "evenSpotOrder" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 18
Invalid string literal: "monSms" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 19
Invalid string literal: "monSpotOrder" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 20
Invalid string literal: "session" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 21
Invalid string literal: "toGeofence" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 22
Invalid string literal: "history_id" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 24
Invalid string literal: "evenSms" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 27
Invalid string literal: "evenSms" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 30
Invalid string literal: "evenSpotOrder" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 34
Invalid string literal: "evenSpotOrder" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 37
Invalid string literal: "monSms" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 41
Invalid string literal: "monSms" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 44
Invalid string literal: "monSpotOrder" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 48
Invalid string literal: "monSpotOrder" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 51
Invalid string literal: "session" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 55
Invalid string literal: "session" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 58
Invalid string literal: "toGeofence" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 62
Invalid string literal: "toGeofence" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FenceHistory.java 66
Invalid string literal: "toTripTravelerDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FrequentTravellerDetails.java 15
Invalid string literal: "day" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FrequentTravellerDetails.java 17
Invalid string literal: "trip_traveller_id" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FrequentTravellerDetails.java 18
Invalid string literal: "toTripTravelerDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FrequentTravellerDetails.java 21
Invalid string literal: "toTripTravelerDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FrequentTravellerDetails.java 25
Invalid string literal: "time" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FrequentTripDetails.java 15
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FrequentTripDetails.java 16
Invalid string literal: "day" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FrequentTripDetails.java 18
Invalid string literal: "tripid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FrequentTripDetails.java 19
Invalid string literal: "time" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FrequentTripDetails.java 22
Invalid string literal: "time" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FrequentTripDetails.java 25
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FrequentTripDetails.java 29
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _FrequentTripDetails.java 33
Invalid string literal: "address" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 20
Invalid string literal: "countryCode" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 21
Invalid string literal: "geoLatitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 22
Invalid string literal: "geoLongitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 23
Invalid string literal: "geoName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 24
Invalid string literal: "geofenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 25
Invalid string literal: "insertOrder" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 26
Invalid string literal: "radius" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 27
Invalid string literal: "fenceHistoryArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 28
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 29
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 30
Invalid string literal: "userGeofenceMapArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 31
Invalid string literal: "address" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 36
Invalid string literal: "address" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 39
Invalid string literal: "countryCode" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 43
Invalid string literal: "countryCode" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 46
Invalid string literal: "geoLatitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 50
Invalid string literal: "geoLatitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 53
Invalid string literal: "geoLongitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 57
Invalid string literal: "geoLongitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 60
Invalid string literal: "geoName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 64
Invalid string literal: "geoName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 67
Invalid string literal: "geofenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 71
Invalid string literal: "geofenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 74
Invalid string literal: "insertOrder" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 78
Invalid string literal: "insertOrder" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 81
Invalid string literal: "radius" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 85
Invalid string literal: "radius" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 88
Invalid string literal: "fenceHistoryArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 92
Invalid string literal: "fenceHistoryArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 95
Invalid string literal: "fenceHistoryArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 99
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 104
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 108
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 113
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 117
Invalid string literal: "userGeofenceMapArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 122
Invalid string literal: "userGeofenceMapArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 125
Invalid string literal: "userGeofenceMapArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Geofence.java 129
Invalid string literal: "geofenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium _GeovehicleMap.java 18
Invalid string literal: "notificationArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _GeovehicleMap.java 19
Invalid string literal: "toVehicleDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _GeovehicleMap.java 20
Invalid string literal: "geofenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium _GeovehicleMap.java 25
Invalid string literal: "geofenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium _GeovehicleMap.java 28
Invalid string literal: "notificationArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _GeovehicleMap.java 32
Invalid string literal: "notificationArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _GeovehicleMap.java 35
Invalid string literal: "notificationArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _GeovehicleMap.java 39
Invalid string literal: "toVehicleDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _GeovehicleMap.java 44
Invalid string literal: "toVehicleDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _GeovehicleMap.java 48
Invalid string literal: "isread" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 17
Invalid string literal: "message" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 18
Invalid string literal: "senderUserid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 19
Invalid string literal: "sendingDate" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 20
Invalid string literal: "subject" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 21
Invalid string literal: "tripid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 22
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 23
Invalid string literal: "message_id" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 25
Invalid string literal: "isread" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 28
Invalid string literal: "isread" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 31
Invalid string literal: "message" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 35
Invalid string literal: "message" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 38
Invalid string literal: "senderUserid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 42
Invalid string literal: "senderUserid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 45
Invalid string literal: "sendingDate" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 49
Invalid string literal: "sendingDate" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 52
Invalid string literal: "subject" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 56
Invalid string literal: "subject" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 59
Invalid string literal: "tripid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 63
Invalid string literal: "tripid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 66
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 70
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Inbox.java 74
Invalid string literal: "mobileNo" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Notification.java 15
Invalid string literal: "notifyAddress" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Notification.java 16
Invalid string literal: "notifyName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Notification.java 17
Invalid string literal: "toGeovehicleMap" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Notification.java 18
Invalid string literal: "mobileNo" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Notification.java 23
Invalid string literal: "mobileNo" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Notification.java 26
Invalid string literal: "notifyAddress" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Notification.java 30
Invalid string literal: "notifyAddress" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Notification.java 33
Invalid string literal: "notifyName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Notification.java 37
Invalid string literal: "notifyName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Notification.java 40
Invalid string literal: "toGeovehicleMap" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Notification.java 44
Invalid string literal: "toGeovehicleMap" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Notification.java 48
Invalid string literal: "city" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 18
Invalid string literal: "country" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 19
Invalid string literal: "email" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 20
Invalid string literal: "headName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 21
Invalid string literal: "noOfBuses" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 22
Invalid string literal: "noOfStudents" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 23
Invalid string literal: "orgStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 24
Invalid string literal: "organizationName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 25
Invalid string literal: "smsStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 26
Invalid string literal: "state" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 27
Invalid string literal: "userDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 28
Invalid string literal: "vehicleDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 29
Invalid string literal: "organizationid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 31
Invalid string literal: "city" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 34
Invalid string literal: "city" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 37
Invalid string literal: "country" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 41
Invalid string literal: "country" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 44
Invalid string literal: "email" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 48
Invalid string literal: "email" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 51
Invalid string literal: "headName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 55
Invalid string literal: "headName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 58
Invalid string literal: "noOfBuses" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 62
Invalid string literal: "noOfBuses" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 65
Invalid string literal: "noOfStudents" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 69
Invalid string literal: "noOfStudents" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 72
Invalid string literal: "orgStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 76
Invalid string literal: "orgStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 79
Invalid string literal: "organizationName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 83
Invalid string literal: "organizationName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 86
Invalid string literal: "smsStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 90
Invalid string literal: "smsStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 93
Invalid string literal: "state" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 97
Invalid string literal: "state" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 100
Invalid string literal: "userDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 104
Invalid string literal: "userDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 107
Invalid string literal: "userDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 111
Invalid string literal: "vehicleDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 116
Invalid string literal: "vehicleDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 119
Invalid string literal: "vehicleDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Organization.java 123
Invalid string literal: "latitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _PickupPoints.java 15
Invalid string literal: "longitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _PickupPoints.java 16
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _PickupPoints.java 17
Invalid string literal: "latitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _PickupPoints.java 22
Invalid string literal: "latitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _PickupPoints.java 25
Invalid string literal: "longitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _PickupPoints.java 29
Invalid string literal: "longitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _PickupPoints.java 32
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _PickupPoints.java 36
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _PickupPoints.java 40
Invalid string literal: "event_code" Consider defining a constant to represent the string or move it to a resource bundle. Medium _ReportRef.java 21
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium _ReportRef.java 22
Invalid string literal: "category" Consider defining a constant to represent the string or move it to a resource bundle. Medium _ReportRef.java 23
Invalid string literal: "acknowledge_type" Consider defining a constant to represent the string or move it to a resource bundle. Medium _ReportRef.java 25
Invalid string literal: "event_code" Consider defining a constant to represent the string or move it to a resource bundle. Medium _ReportRef.java 28
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium _ReportRef.java 31
Invalid string literal: "category" Consider defining a constant to represent the string or move it to a resource bundle. Medium _ReportRef.java 34
Invalid string literal: "event_code" Consider defining a constant to represent the string or move it to a resource bundle. Medium _ReportRef.java 38
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium _ReportRef.java 41
Invalid string literal: "category" Consider defining a constant to represent the string or move it to a resource bundle. Medium _ReportRef.java 44
Invalid string literal: "acknowledge_type" Consider defining a constant to represent the string or move it to a resource bundle. Medium _ReportRef.java 48
Invalid string literal: "acknowledge_type" Consider defining a constant to represent the string or move it to a resource bundle. Medium _ReportRef.java 51
Invalid string literal: "co2Save" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 17
Invalid string literal: "lastUpdateTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 18
Invalid string literal: "moneySave" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 19
Invalid string literal: "petrolSave" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 20
Invalid string literal: "totKms" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 21
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 22
Invalid string literal: "userid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 24
Invalid string literal: "co2Save" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 27
Invalid string literal: "co2Save" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 30
Invalid string literal: "lastUpdateTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 34
Invalid string literal: "lastUpdateTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 37
Invalid string literal: "moneySave" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 41
Invalid string literal: "moneySave" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 44
Invalid string literal: "petrolSave" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 48
Invalid string literal: "petrolSave" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 51
Invalid string literal: "totKms" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 55
Invalid string literal: "totKms" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 58
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 62
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _SavingStatus.java 66
Invalid string literal: "colourcode" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Speedparameter.java 15
Invalid string literal: "parameter" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Speedparameter.java 16
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Speedparameter.java 17
Invalid string literal: "colourcode" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Speedparameter.java 22
Invalid string literal: "colourcode" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Speedparameter.java 25
Invalid string literal: "parameter" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Speedparameter.java 29
Invalid string literal: "parameter" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Speedparameter.java 32
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Speedparameter.java 36
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Speedparameter.java 40
Invalid string literal: "ampm" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripDetails.java 27
Invalid string literal: "costofTrip" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripDetails.java 28
Invalid string literal: "destination" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripDetails.java 29
Invalid string literal: "distance" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripDetails.java 30
Invalid string literal: "evenhours" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripDetails.java 31
Invalid string literal: "evenmins" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripDetails.java 32
Invalid string literal: "monhours" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripDetails.java 33
Invalid string literal: "monmins" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripDetails.java 34
Invalid string literal: "evenendhours" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripDetails.java 35
Invalid string literal: "evenendmins" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripDetails.java 36
Invalid string literal: "monendhours" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripDetails.java 37
Invalid string literal: "monendmins" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripDetails.java 38
Invalid string literal: "msgId" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 15
Invalid string literal: "msgLength" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 16
Invalid string literal: "msgRoute" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 17
Invalid string literal: "userMsg" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 18
Invalid string literal: "toTripParameters" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 19
Invalid string literal: "trip_msg_id" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 21
Invalid string literal: "msgId" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 24
Invalid string literal: "msgId" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 27
Invalid string literal: "msgLength" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 31
Invalid string literal: "msgLength" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 34
Invalid string literal: "msgRoute" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 38
Invalid string literal: "msgRoute" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 41
Invalid string literal: "userMsg" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 45
Invalid string literal: "userMsg" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 48
Invalid string literal: "toTripParameters" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 52
Invalid string literal: "toTripParameters" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripMsgParams.java 56
Invalid string literal: "toVehicleDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 29
Invalid string literal: "altitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 31
Invalid string literal: "batteryStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 32
Invalid string literal: "brake" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 33
Invalid string literal: "brakelightStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 34
Invalid string literal: "creationTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 35
Invalid string literal: "dbinsertTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 36
Invalid string literal: "engineStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 37
Invalid string literal: "fuelContent" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 38
Invalid string literal: "heading" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 39
Invalid string literal: "lattitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 40
Invalid string literal: "longitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 41
Invalid string literal: "oilPreassure" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 42
Invalid string literal: "speed" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 43
Invalid string literal: "eventCode" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 45
Invalid string literal: "gsmStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 46
Invalid string literal: "cellId" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 47
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 48
Invalid string literal: "tripMsgParamsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 49
Invalid string literal: "distance" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 51
Invalid string literal: "correctionFactor" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 52
Invalid string literal: "trip_paramid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 53
Invalid string literal: "status" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 56
Invalid string literal: "status" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 60
Invalid string literal: "status" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 64
Invalid string literal: "correctionFactor" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 68
Invalid string literal: "correctionFactor" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 72
Invalid string literal: "distance" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 77
Invalid string literal: "distance" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 81
Invalid string literal: "toVehicleDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 86
Invalid string literal: "toVehicleDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 89
Invalid string literal: "altitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 100
Invalid string literal: "altitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 103
Invalid string literal: "batteryStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 107
Invalid string literal: "batteryStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 110
Invalid string literal: "brake" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 114
Invalid string literal: "brake" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 117
Invalid string literal: "eventCode" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 120
Invalid string literal: "eventCode" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 123
Invalid string literal: "brakelightStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 127
Invalid string literal: "brakelightStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 130
Invalid string literal: "creationTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 134
Invalid string literal: "creationTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 137
Invalid string literal: "dbinsertTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 140
Invalid string literal: "dbinsertTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 143
Invalid string literal: "engineStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 147
Invalid string literal: "engineStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 150
Invalid string literal: "fuelContent" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 154
Invalid string literal: "fuelContent" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 157
Invalid string literal: "heading" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripParameters.java 161
Invalid string literal: "drivingSpeed" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 13
Invalid string literal: "genderPreference" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 14
Invalid string literal: "music" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 15
Invalid string literal: "pets" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 16
Invalid string literal: "returnTimeFlex" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 17
Invalid string literal: "smoking" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 18
Invalid string literal: "startTimeFlex" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 19
Invalid string literal: "tripid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 20
Invalid string literal: "trip_preference_id" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 22
Invalid string literal: "drivingSpeed" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 25
Invalid string literal: "drivingSpeed" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 28
Invalid string literal: "genderPreference" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 32
Invalid string literal: "genderPreference" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 35
Invalid string literal: "music" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 39
Invalid string literal: "music" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 42
Invalid string literal: "pets" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 46
Invalid string literal: "pets" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 49
Invalid string literal: "returnTimeFlex" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 53
Invalid string literal: "returnTimeFlex" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 56
Invalid string literal: "smoking" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 60
Invalid string literal: "smoking" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 63
Invalid string literal: "startTimeFlex" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 67
Invalid string literal: "startTimeFlex" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 70
Invalid string literal: "tripid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 74
Invalid string literal: "tripid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripPreference.java 77
Invalid string literal: "messages" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripScraps.java 15
Invalid string literal: "userid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripScraps.java 16
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripScraps.java 17
Invalid string literal: "scrap_id" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripScraps.java 19
Invalid string literal: "messages" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripScraps.java 22
Invalid string literal: "messages" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripScraps.java 25
Invalid string literal: "userid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripScraps.java 29
Invalid string literal: "userid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripScraps.java 32
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripScraps.java 36
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripScraps.java 40
Invalid string literal: "coPassengerRelationship" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 19
Invalid string literal: "date" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 20
Invalid string literal: "gender" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 21
Invalid string literal: "genderCopy" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 22
Invalid string literal: "isreturn" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 23
Invalid string literal: "message" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 24
Invalid string literal: "messageSubject" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 25
Invalid string literal: "role" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 26
Invalid string literal: "seatsRequested" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 27
Invalid string literal: "startTimeFlexibility" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 28
Invalid string literal: "travellerFrequency" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 29
Invalid string literal: "userStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 30
Invalid string literal: "userid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 31
Invalid string literal: "frequentTravellerDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 32
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 33
Invalid string literal: "trip_traveller_id" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 35
Invalid string literal: "coPassengerRelationship" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 38
Invalid string literal: "coPassengerRelationship" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 41
Invalid string literal: "date" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 45
Invalid string literal: "date" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 48
Invalid string literal: "gender" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 52
Invalid string literal: "gender" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 55
Invalid string literal: "genderCopy" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 59
Invalid string literal: "genderCopy" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 62
Invalid string literal: "isreturn" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 66
Invalid string literal: "isreturn" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 69
Invalid string literal: "message" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 73
Invalid string literal: "message" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 76
Invalid string literal: "messageSubject" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 80
Invalid string literal: "messageSubject" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 83
Invalid string literal: "role" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 87
Invalid string literal: "role" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 90
Invalid string literal: "seatsRequested" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 94
Invalid string literal: "seatsRequested" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 97
Invalid string literal: "startTimeFlexibility" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 101
Invalid string literal: "startTimeFlexibility" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 104
Invalid string literal: "travellerFrequency" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 108
Invalid string literal: "travellerFrequency" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 111
Invalid string literal: "userStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 115
Invalid string literal: "userStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 118
Invalid string literal: "userid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 122
Invalid string literal: "userid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 125
Invalid string literal: "frequentTravellerDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 129
Invalid string literal: "frequentTravellerDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 132
Invalid string literal: "frequentTravellerDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 136
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 141
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripTravelerDetails.java 145
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripVehicleMap.java 16
Invalid string literal: "toVehicleDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripVehicleMap.java 17
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripVehicleMap.java 22
Invalid string literal: "toTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripVehicleMap.java 26
Invalid string literal: "toVehicleDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripVehicleMap.java 31
Invalid string literal: "toVehicleDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _TripVehicleMap.java 35
Invalid string literal: "accCreationTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 19
Invalid string literal: "address" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 20
Invalid string literal: "age" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 21
Invalid string literal: "firstname" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 22
Invalid string literal: "lastLoginTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 23
Invalid string literal: "lastUpdateTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 24
Invalid string literal: "lastname" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 25
Invalid string literal: "loginName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 26
Invalid string literal: "mailid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 27
Invalid string literal: "password" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 28
Invalid string literal: "secAnswer" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 29
Invalid string literal: "secQuestion" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 30
Invalid string literal: "sex" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 31
Invalid string literal: "timezone" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 32
Invalid string literal: "userPreferenceArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 33
Invalid string literal: "vehicleArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 34
Invalid string literal: "userid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 36
Invalid string literal: "accCreationTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 39
Invalid string literal: "accCreationTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 42
Invalid string literal: "address" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 46
Invalid string literal: "address" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 49
Invalid string literal: "age" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 53
Invalid string literal: "age" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 56
Invalid string literal: "firstname" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 60
Invalid string literal: "firstname" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 63
Invalid string literal: "lastLoginTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 67
Invalid string literal: "lastLoginTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 70
Invalid string literal: "lastUpdateTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 74
Invalid string literal: "lastUpdateTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 77
Invalid string literal: "lastname" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 81
Invalid string literal: "lastname" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 84
Invalid string literal: "loginName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 88
Invalid string literal: "loginName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 91
Invalid string literal: "mailid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 95
Invalid string literal: "mailid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 98
Invalid string literal: "password" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 102
Invalid string literal: "password" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 105
Invalid string literal: "secAnswer" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 109
Invalid string literal: "secAnswer" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 112
Invalid string literal: "secQuestion" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 116
Invalid string literal: "secQuestion" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 119
Invalid string literal: "sex" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 123
Invalid string literal: "sex" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 126
Invalid string literal: "timezone" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 130
Invalid string literal: "timezone" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 133
Invalid string literal: "userPreferenceArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 137
Invalid string literal: "userPreferenceArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 140
Invalid string literal: "userPreferenceArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 144
Invalid string literal: "vehicleArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 149
Invalid string literal: "vehicleArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _User.java 152
Invalid string literal: "accCreationTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 29
Invalid string literal: "age" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 30
Invalid string literal: "chatId" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 31
Invalid string literal: "email" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 32
Invalid string literal: "firstname" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 33
Invalid string literal: "gender" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 34
Invalid string literal: "lastLoginTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 35
Invalid string literal: "lastUpdateTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 36
Invalid string literal: "lastname" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 37
Invalid string literal: "loginname" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 38
Invalid string literal: "organization" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 39
Invalid string literal: "password" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 40
Invalid string literal: "phNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 41
Invalid string literal: "role" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 42
Invalid string literal: "secAnswer" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 43
Invalid string literal: "secQuest" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 44
Invalid string literal: "smsStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 45
Invalid string literal: "timezone" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 46
Invalid string literal: "userImage" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 47
Invalid string literal: "userStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 48
Invalid string literal: "username" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 49
Invalid string literal: "charityBarometerArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 50
Invalid string literal: "feedbackArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 51
Invalid string literal: "geofenceArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 52
Invalid string literal: "inboxArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 53
Invalid string literal: "speedparameterArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 54
Invalid string literal: "toOrganization" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 55
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 56
Invalid string literal: "tripDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 57
Invalid string literal: "userGeofenceMapArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 58
Invalid string literal: "userLandmarksArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 59
Invalid string literal: "userPreferencesArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 60
Invalid string literal: "vehicleDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 61
Invalid string literal: "userid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 63
Invalid string literal: "accCreationTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 66
Invalid string literal: "accCreationTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 69
Invalid string literal: "age" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserDetails.java 73
Invalid string literal: "toGeofence" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserGeofenceMap.java 16
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserGeofenceMap.java 17
Invalid string literal: "ugmapid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserGeofenceMap.java 19
Invalid string literal: "toGeofence" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserGeofenceMap.java 22
Invalid string literal: "toGeofence" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserGeofenceMap.java 26
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserGeofenceMap.java 31
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserGeofenceMap.java 35
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 15
Invalid string literal: "landmark" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 16
Invalid string literal: "latitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 17
Invalid string literal: "longitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 18
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 19
Invalid string literal: "landmarkid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 21
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 24
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 27
Invalid string literal: "landmark" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 31
Invalid string literal: "landmark" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 34
Invalid string literal: "latitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 38
Invalid string literal: "latitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 41
Invalid string literal: "longitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 45
Invalid string literal: "longitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 48
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 52
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserLandmarks.java 56
Invalid string literal: "geozoneLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreference.java 15
Invalid string literal: "speedLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreference.java 16
Invalid string literal: "stopLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreference.java 17
Invalid string literal: "toUser" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreference.java 18
Invalid string literal: "preference_Id" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreference.java 20
Invalid string literal: "geozoneLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreference.java 23
Invalid string literal: "geozoneLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreference.java 26
Invalid string literal: "speedLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreference.java 30
Invalid string literal: "speedLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreference.java 33
Invalid string literal: "stopLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreference.java 37
Invalid string literal: "stopLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreference.java 40
Invalid string literal: "toUser" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreference.java 44
Invalid string literal: "toUser" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreference.java 48
Invalid string literal: "destination" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 15
Invalid string literal: "destinationLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 16
Invalid string literal: "distancePreferenceStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 17
Invalid string literal: "drivingPreference" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 18
Invalid string literal: "emailAlert" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 19
Invalid string literal: "genderPreference" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 20
Invalid string literal: "roleType" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 21
Invalid string literal: "searchPreferenceStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 22
Invalid string literal: "smokingPreference" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 23
Invalid string literal: "smsAlert" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 24
Invalid string literal: "sourceLocation" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 25
Invalid string literal: "speedLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 26
Invalid string literal: "startDistanceLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 27
Invalid string literal: "stopLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 28
Invalid string literal: "tripFrequency" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 29
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 30
Invalid string literal: "user_pref_id" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 32
Invalid string literal: "destination" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 35
Invalid string literal: "destination" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 38
Invalid string literal: "destinationLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 42
Invalid string literal: "destinationLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 45
Invalid string literal: "distancePreferenceStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 49
Invalid string literal: "distancePreferenceStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 52
Invalid string literal: "drivingPreference" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 56
Invalid string literal: "drivingPreference" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 59
Invalid string literal: "emailAlert" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 63
Invalid string literal: "emailAlert" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 66
Invalid string literal: "genderPreference" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 70
Invalid string literal: "genderPreference" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 73
Invalid string literal: "roleType" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 77
Invalid string literal: "roleType" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 80
Invalid string literal: "searchPreferenceStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 84
Invalid string literal: "searchPreferenceStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 87
Invalid string literal: "smokingPreference" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 91
Invalid string literal: "smokingPreference" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 94
Invalid string literal: "smsAlert" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 98
Invalid string literal: "smsAlert" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 101
Invalid string literal: "sourceLocation" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 105
Invalid string literal: "sourceLocation" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 108
Invalid string literal: "speedLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 112
Invalid string literal: "speedLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 115
Invalid string literal: "startDistanceLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 119
Invalid string literal: "startDistanceLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 122
Invalid string literal: "stopLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 126
Invalid string literal: "stopLimit" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 129
Invalid string literal: "tripFrequency" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 133
Invalid string literal: "tripFrequency" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 136
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 140
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _UserPreferences.java 144
Invalid string literal: "color" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 17
Invalid string literal: "companyName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 18
Invalid string literal: "imeiNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 19
Invalid string literal: "model" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 20
Invalid string literal: "regNo" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 21
Invalid string literal: "vehicleDescription" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 22
Invalid string literal: "toUser" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 23
Invalid string literal: "vehicle_id" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 25
Invalid string literal: "color" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 28
Invalid string literal: "color" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 31
Invalid string literal: "companyName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 35
Invalid string literal: "companyName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 38
Invalid string literal: "imeiNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 42
Invalid string literal: "imeiNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 45
Invalid string literal: "model" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 49
Invalid string literal: "model" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 52
Invalid string literal: "regNo" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 56
Invalid string literal: "regNo" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 59
Invalid string literal: "vehicleDescription" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 63
Invalid string literal: "vehicleDescription" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 66
Invalid string literal: "toUser" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 70
Invalid string literal: "toUser" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 74
Invalid string literal: "toOrganization" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 77
Invalid string literal: "toOrganization" Consider defining a constant to represent the string or move it to a resource bundle. Medium _Vehicle.java 81
Invalid string literal: "toOrganizationDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 23
Invalid string literal: "acStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 24
Invalid string literal: "amFmStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 25
Invalid string literal: "carMileage" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 26
Invalid string literal: "carType" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 27
Invalid string literal: "cdDvdStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 28
Invalid string literal: "color" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 29
Invalid string literal: "companyName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 30
Invalid string literal: "imeiNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 31
Invalid string literal: "musicStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 32
Invalid string literal: "regNo" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 33
Invalid string literal: "runningStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 34
Invalid string literal: "totalSeats" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 35
Invalid string literal: "useStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 36
Invalid string literal: "vehicleName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 37
Invalid string literal: "geovehicleMapArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 38
Invalid string literal: "toDevice" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 39
Invalid string literal: "toOrganization" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 40
Invalid string literal: "toUserDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 41
Invalid string literal: "toVehicleGroup" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 42
Invalid string literal: "tripDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 43
Invalid string literal: "tripVehicleMapArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 44
Invalid string literal: "vehicle_id" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 46
Invalid string literal: "acStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 49
Invalid string literal: "acStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 52
Invalid string literal: "amFmStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 56
Invalid string literal: "amFmStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 59
Invalid string literal: "carMileage" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 63
Invalid string literal: "carMileage" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 66
Invalid string literal: "carType" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 70
Invalid string literal: "carType" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 73
Invalid string literal: "cdDvdStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 77
Invalid string literal: "cdDvdStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 80
Invalid string literal: "color" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 84
Invalid string literal: "color" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 87
Invalid string literal: "companyName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 91
Invalid string literal: "companyName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 94
Invalid string literal: "imeiNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 98
Invalid string literal: "imeiNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 101
Invalid string literal: "musicStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 105
Invalid string literal: "musicStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 108
Invalid string literal: "regNo" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 112
Invalid string literal: "regNo" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 115
Invalid string literal: "runningStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 119
Invalid string literal: "runningStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 122
Invalid string literal: "totalSeats" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 126
Invalid string literal: "totalSeats" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 129
Invalid string literal: "useStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 133
Invalid string literal: "useStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 136
Invalid string literal: "vehicleName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleDetails.java 140
Invalid string literal: "vehicleDesc" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleGroup.java 17
Invalid string literal: "vehicleGroupName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleGroup.java 18
Invalid string literal: "vehiclePurpose" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleGroup.java 19
Invalid string literal: "vehicleDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleGroup.java 20
Invalid string literal: "vehicle_groupid" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleGroup.java 22
Invalid string literal: "vehicleDesc" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleGroup.java 25
Invalid string literal: "vehicleDesc" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleGroup.java 28
Invalid string literal: "vehicleGroupName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleGroup.java 32
Invalid string literal: "vehicleGroupName" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleGroup.java 35
Invalid string literal: "vehiclePurpose" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleGroup.java 39
Invalid string literal: "vehiclePurpose" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleGroup.java 42
Invalid string literal: "vehicleDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleGroup.java 46
Invalid string literal: "vehicleDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleGroup.java 49
Invalid string literal: "vehicleDetailsArray" Consider defining a constant to represent the string or move it to a resource bundle. Medium _VehicleGroup.java 53
Invalid string literal: "select * from configurations" Consider defining a constant to represent the string or move it to a resource bundle. Medium Configurations.java 22
Invalid string literal: "Error while accessing webservice url from DB" Consider defining a constant to represent the string or move it to a resource bundle. Medium Configurations.java 37
Invalid string literal: "select * from device d where d.mobile_number ='" Consider defining a constant to represent the string or move it to a resource bundle. Medium Device.java 29
Invalid string literal: "1431109491" Consider defining a constant to represent the string or move it to a resource bundle. Medium Device.java 49
Invalid string literal: "202.0.0.12" Consider defining a constant to represent the string or move it to a resource bundle. Medium Device.java 50
Invalid string literal: "select * from report_ref r" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportRef.java 38
Invalid string literal: "select * from report_ref r where r.acknowledge_type=#bind($acktype)" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportRef.java 56
Invalid string literal: "acktype" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportRef.java 57
Invalid string literal: "Exception:" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportRef.java 61
Invalid string literal: "packetTime:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 92
Invalid string literal: "select * from trip_details td,device d,vehicle_details vd where ((td.vehicle_id=vd.vehicle_id)and (vd.device_id=d.device_id and d.mobile_number='" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 118
Invalid string literal: "')) and (((concat(monhours,monmins) <=" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 118
Invalid string literal: ") and (concat(monendhours,monendmins)>=" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 118
Invalid string literal: ")) or ((concat(evenhours,evenmins) <=" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 118
Invalid string literal: ") and (concat(evenendhours,evenendmins)>=" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 118
Invalid string literal: ")))" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 118
Invalid string literal: " Packet time is AM " Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 119
Invalid string literal: "Total trips:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 130
Invalid string literal: "tripS found" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 135
Invalid string literal: "No trips found getting default trip" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 140
Invalid string literal: "toVehicleDetails.toDevice.mobileNumber='" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 141
Invalid string literal: "' and tripName like 'default trip%'" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 141
Invalid string literal: "Default trip found:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 147
Invalid string literal: "No default trip found,leaving....." Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 154
Invalid string literal: "Exception" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 167
Invalid string literal: "1431109494" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripDetails.java 187
Invalid string literal: "select * from trip_parameters tp where tp.tripId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 93
Invalid string literal: " and date(creation_time)>='" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 94
Invalid string literal: "' and date(creation_time)<='" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 95
Invalid string literal: "' order by creation_time" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 96
Invalid string literal: "lastKnownIp" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 152
Invalid string literal: "lastKnownIp" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 155
Invalid string literal: "Getting null pointer exception while updating last known ip address:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 158
Invalid string literal: "Exception happen while updating last known ip address:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 161
Invalid string literal: "****************************************" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 166
Invalid string literal: ",Thread:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 167
Invalid string literal: "P16" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 175
Invalid string literal: "P27" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 178
Invalid string literal: "P28" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 181
Invalid string literal: "msg type is 4" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 196
Invalid string literal: "P33" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 198
Invalid string literal: "P34" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 201
Invalid string literal: "P35" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 204
Invalid string literal: "P36" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 208
Invalid string literal: "msg type 2" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 220
Invalid string literal: "P34" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 222
Invalid string literal: "P35" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 227
Invalid string literal: " accumulator data available:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 230
Invalid string literal: "accum" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 243
Invalid string literal: "accum" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 245
Invalid string literal: "Error populating hActualRef:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 251
Invalid string literal: "Error populating hActualRef:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 256
Invalid string literal: " No accumulator data available:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 263
Invalid string literal: "P18" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 269
Invalid string literal: "Creation Time:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 271
Invalid string literal: ",Thread:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 272
Invalid string literal: "status" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 278
Invalid string literal: "status" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 279
Invalid string literal: "No Vehicle found:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 305
Invalid string literal: "Vehicle is" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 308
Invalid string literal: "No Trips found:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 322
Invalid string literal: "No trips found" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 323
Invalid string literal: "Insertion on db started:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 330
Invalid string literal: ",Mobile:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 331
Invalid string literal: "P20" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 336
Invalid string literal: "P21" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 339
Invalid string literal: "Normal" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripParameters.java 342
Invalid string literal: "select * from device d,vehicle_details vd where vd.device_id=d.device_id and d.mobile_number='" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleDetails.java 31
Invalid string literal: "Vehicle is" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleDetails.java 37
Invalid string literal: " id:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleDetails.java 37
Invalid string literal: ",Thread:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleDetails.java 37
Invalid string literal: "No vehicle found with mobile number " Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleDetails.java 41
Invalid string literal: "getVehicleFromESN:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleDetails.java 47
 
Violation Recommendation Severity Resource Line
Potential infinite loop Make sure that the loop makes progress toward either its exit condition, or a control flow statement. Medium UDPServer.java 21
 
Violation Recommendation Severity Resource Line
Private fields should be assigned a value Remove the field definition. Medium LogHandler.java 12
 
Violation Recommendation Severity Resource Line
Multiple statements on one line Move the statement onto its own line. Medium LMUUtils.java 224
Multiple statements on one line Move the statement onto its own line. Medium UDPClient.java 115
Multiple statements on one line Move the statement onto its own line. Medium UDPClient.java 115
Multiple statements on one line Move the statement onto its own line. Medium UDPClient.java 115
 
Violation Recommendation Severity Resource Line
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CategoryReader.java 80
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DirectParamEvaluator.java 23
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DirectParamEvaluator.java 44
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DriftMasker.java 44
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DriftMasker.java 49
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DriftMasker.java 52
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DriftMasker.java 80
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DriftMasker.java 83
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DriftMasker.java 86
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DriftMasker.java 88
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpReader.java 105
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpReader.java 107
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpReader.java 111
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpReader.java 115
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpReader.java 117
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpReader.java 125
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpReader.java 139
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 47
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 72
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 99
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 102
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 113
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 119
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 124
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 126
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 147
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionHandler.java 67
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionHandler.java 78
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ValidatorReader.java 62
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ValidatorReader.java 64
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ValidatorReader.java 68
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ValidatorReader.java 74
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ValidatorReader.java 82
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ValidatorReader.java 96
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ValidatorReader.java 151
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsWebserviceClient.java 28
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsWebserviceClient.java 41
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsWebserviceClient.java 46
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsWebserviceClient.java 64
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsWebserviceClient.java 97
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MyHandlerResolver.java 1
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MyHandlerResolver.java 12
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium SHandler.java 1
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium SHandler.java 31
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium SHandler.java 39
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium SHandler.java 48
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium SHandler.java 50
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium SHandler.java 59
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium SHandler.java 66
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LMUResource.java 55
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LMUResource.java 57
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketDataFetcher.java 42
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketDataFetcher.java 72
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketDataFetcher.java 76
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketDataFetcher.java 80
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketDataFetcher.java 89
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketDataFetcher.java 95
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ParamUtils.java 44
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ParamUtils.java 54
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium AsyncCaller.java 68
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium AsyncCaller.java 69
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium AsyncCaller.java 85
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium AsyncCaller.java 93
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium AsyncCaller.java 136
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium AsyncCaller.java 152
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 292
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 295
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 314
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 357
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 360
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 379
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 930
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 970
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 973
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,039
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,042
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,051
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,054
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,066
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,069
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,758
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,937
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ClientCommunicator.java 62
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ClientCommunicator.java 71
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ClientCommunicator.java 121
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CommonClass.java 16
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CommonClass.java 18
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 14
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 21
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 27
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 35
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 42
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 64
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 80
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 96
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 112
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ConsumerThread.java 153
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 4
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 8
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 12
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 14
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 16
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 42
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 78
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 80
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 90
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 93
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 102
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 108
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 128
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 145
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 152
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 154
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 167
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 171
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 173
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 182
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 190
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 198
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager_PerfTest.java 18
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager_PerfTest.java 24
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager_PerfTest.java 34
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager_PerfTest.java 43
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager_PerfTest.java 49
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager_PerfTest.java 65
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager_PerfTest.java 71
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LMUUtils.java 89
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LMUUtils.java 107
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LMUUtils.java 109
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 10
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 13
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 91
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 152
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 154
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 162
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 164
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 166
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 171
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 173
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 188
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 27
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 31
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 66
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 73
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 76
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 79
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 81
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 86
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 91
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 117
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 123
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 127
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 130
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 142
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 157
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 162
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 164
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 168
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 170
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 191
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 196
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 198
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 203
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 209
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 233
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 246
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 251
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 253
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 257
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 265
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 267
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 270
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 283
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 287
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 290
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 298
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 315
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 318
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 323
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 325
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 331
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 333
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 335
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 337
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 345
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 350
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 352
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 358
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 360
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 362
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 9
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 41
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 43
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 55
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 57
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 63
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 68
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 73
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 76
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 88
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 107
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 9
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 13
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 39
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 46
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 55
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 77
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 79
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 81
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 6
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 8
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 11
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 50
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 67
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 102
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 111
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 134
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 138
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 141
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 145
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 151
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 165
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 179
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 186
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium RecieveThreadDummy.java 28
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium RecieveThreadDummy.java 44
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium sendMessage.java 33
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium sendMessage.java 72
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium sendMessage.java 79
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium sendMessage.java 94
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium sendMessage.java 109
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestClient.java 62
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestClient.java 64
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestClient.java 67
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestClient.java 71
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 51
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 54
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 60
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 74
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 80
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 95
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 97
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 99
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 102
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 117
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 128
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 135
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 143
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 156
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 158
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 162
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 173
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 180
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 184
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 206
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 217
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 221
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServer.java 30
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerHandler.java 22
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 6
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 8
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 11
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 51
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 55
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 60
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 74
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 77
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 81
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 88
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 90
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 113
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 119
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 127
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 130
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 136
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 140
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 141
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium WSThread.java 57
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium WSThread.java 121
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium _ReportRef.java 24
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium _ReportRef.java 26
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium _ReportRef.java 46
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium _ReportRef.java 53
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium _TripParameters.java 30
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium _TripParameters.java 44
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium _TripParameters.java 93
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium _TripParameters.java 196
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Device.java 35
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ReportRef.java 47
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ReportRef.java 65
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 36
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 41
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 51
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 66
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 69
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 74
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 84
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 90
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 112
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 123
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 137
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 159
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 179
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripMsgParams.java 24
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 9
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 11
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 16
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 21
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 25
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 29
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 90
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 119
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 133
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 143
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 145
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 165
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 169
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 183
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 214
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 234
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 248
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 267
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 284
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 295
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 306
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 311
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 318
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 320
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 325
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 341
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 344
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 353
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 360
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 362
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 368
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 373
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 376
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 443
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 446
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 448
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 462
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 468
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 479
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 490
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 493
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 497
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 544
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 589
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 607
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleDetails.java 23
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleDetails.java 54
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LMDirect.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ObjectFactory.java 3
 
Violation Recommendation Severity Resource Line
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ExpressionHandler.java 27
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium ExpressionHandler.java 62
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ValidatorReader.java 123
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium ValidatorReader.java 145
Avoid calling System.out in production code Delete the debugging / profiling code. Medium GpsWebserviceClient.java 77
Avoid calling System.out in production code Delete the debugging / profiling code. Medium GpsWebserviceClient.java 93
Avoid calling System.out in production code Delete the debugging / profiling code. Medium GpsWebserviceClient.java 96
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium GpsWebserviceClient.java 101
Avoid calling System.out in production code Delete the debugging / profiling code. Medium PolygonRegion_Service.java 31
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium PolygonRegion_Service.java 34
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium ValidatorFactory.java 31
Avoid calling System.out in production code Delete the debugging / profiling code. Medium AlertManager.java 62
Avoid calling System.out in production code Delete the debugging / profiling code. Medium AlertManager.java 64
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium AlertManager.java 70
Avoid calling System.out in production code Delete the debugging / profiling code. Medium AlertManager.java 80
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium AsyncCaller.java 56
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium AsyncCaller.java 91
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium AsyncCaller.java 114
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium AsyncCaller.java 128
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium AsyncCaller.java 134
Avoid calling System.out in production code Delete the debugging / profiling code. Medium AsyncCaller.java 151
Avoid calling System.out in production code Delete the debugging / profiling code. Medium AsyncCaller.java 154
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium AsyncCaller.java 157
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 30
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 31
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 34
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 37
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 40
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 43
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 47
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 52
Avoid calling Runtime.freeMemory() in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 64
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 75
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 84
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 90
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 95
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 100
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 105
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 111
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 116
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium CommonClass.java 29
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium configReader.java 56
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium configReader.java 88
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium configReader.java 120
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium ConsumerThread.java 79
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium ConsumerThread.java 91
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium ConsumerThread.java 102
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium ConsumerThread.java 157
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium DBManager.java 99
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium DBManager.java 124
Avoid calling System.out in production code Delete the debugging / profiling code. Medium DBManager_PerfTest.java 16
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium LMUUtils.java 99
Avoid calling System.out in production code Delete the debugging / profiling code. Medium LMUUtils.java 127
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium LMUUtils.java 132
Avoid calling System.err in production code Delete the debugging / profiling code. Medium LMUUtils.java 144
Avoid calling System.err in production code Delete the debugging / profiling code. Medium LMUUtils.java 158
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium LMUUtils.java 159
Avoid calling System.err in production code Delete the debugging / profiling code. Medium LMUUtils.java 162
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium LMUUtils.java 163
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium LMUUtils.java 207
Avoid calling System.out in production code Delete the debugging / profiling code. Medium MyLogger.java 27
Avoid calling System.out in production code Delete the debugging / profiling code. Medium PacketConsumer.java 235
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium PacketConsumer.java 237
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium PacketConsumer.java 241
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium PacketConsumer.java 274
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium recieveThread.java 190
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium sendMessage.java 99
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium sendMessage.java 138
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 27
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 28
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 31
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 34
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 37
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 39
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 45
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium TestClient.java 50
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium TestClient.java 76
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium TestClient.java 85
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 91
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 95
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 98
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 103
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 108
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 113
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 119
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 125
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TimerTask1.java 37
Avoid calling System.out in production code Delete the debugging / profiling code. Medium UDPClient.java 43
Avoid calling System.out in production code Delete the debugging / profiling code. Medium UDPClient.java 61
Avoid calling System.out in production code Delete the debugging / profiling code. Medium UDPClient.java 107
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium UDPClient.java 112
Avoid calling System.out in production code Delete the debugging / profiling code. Medium UDPClient.java 169
Avoid calling System.out in production code Delete the debugging / profiling code. Medium UDPServerMINA.java 125
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium WSClient.java 69
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium WSThread.java 95
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium WSThread.java 129
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium AccumulatorRef.java 44
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium Device.java 21
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium Device.java 41
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium LMU4100Map.java 39
Avoid calling System.out in production code Delete the debugging / profiling code. Medium LMU4100Map.java 48
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium ReportRef.java 43
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium TripParameters.java 110
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium TripParameters.java 253
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium TripParameters.java 258
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium VehicleDetails.java 48
 
Violation Recommendation Severity Resource Line
Empty method Delete the empty method. Medium CategoryReader.java 30
Empty method Delete the empty method. Medium ExpReader.java 31
Empty method Delete the empty method. Medium ValidatorReader.java 34
Empty method Delete the empty method. Medium ObjectFactory.java 29
Empty method Delete the empty method. Medium ClientCommunicator.java 119
Empty method Delete the empty method. Medium ConsumerThread.java 163
Empty method Delete the empty method. Medium PacketProducer.java 158
Empty method Delete the empty method. Medium QueueAllocator.java 101
Empty method Delete the empty method. Medium sendMessage.java 24
Empty method Delete the empty method. Medium sendMessage.java 103
Empty method Delete the empty method. Medium sendMessage.java 142
Empty method Delete the empty method. Medium LMU4100Map.java 12
Empty method Delete the empty method. Medium LMU4100Map.java 9
Empty method Delete the empty method. Medium ObjectFactory.java 36
 
Violation Recommendation Severity Resource Line
Unnecessary import: import org.w3c.dom.NodeList; Delete the import. Medium CategoryReader.java 19
Unnecessary import: import java.util.Iterator; Delete the import. Medium ExpReader.java 13
Unnecessary import: import org.w3c.dom.NodeList; Delete the import. Medium ExpReader.java 20
Unnecessary import: import lmu.core.LMUUtils; Delete the import. Medium ExpressionHandler.java 10
Unnecessary import: import java.util.Enumeration; Delete the import. Medium ValidatorReader.java 12
Unnecessary import: import java.util.Map.Entry; Delete the import. Medium ValidatorReader.java 15
Unnecessary import: import lmu.core.PacketConsumer; Delete the import. Medium ValidatorReader.java 17
Unnecessary import: import org.w3c.dom.NodeList; Delete the import. Medium ValidatorReader.java 23
Unnecessary import: import com.gps.services.PolygonRegion; Delete the import. Medium GpsWebserviceClient.java 19
Unnecessary import: import com.gps.services.PolygonRegion_Service; Delete the import. Medium GpsWebserviceClient.java 20
Unnecessary import: import com.gps.corrector.ValidatorDetails; Delete the import. Medium ConfigReader.java 8
Unnecessary import: import java.io.File; Delete the import. Medium FileUtilities.java 10
Unnecessary import: import java.io.UnsupportedEncodingException; Delete the import. Medium LogHandler.java 5
Unnecessary import: import java.text.ParseException; Delete the import. Medium PacketDataFetcher.java 11
Unnecessary import: import java.util.Iterator; Delete the import. Medium PacketDataFetcher.java 14
Unnecessary import: import java.util.concurrent.ExecutionException; Delete the import. Medium AsyncCaller.java 8
Unnecessary import: import LMU4100.DB.exceptions.TripNotFoundException; Delete the import. Medium AsyncCaller.java 23
Unnecessary import: import org.apache.mina.example.udp.MemoryMonitor; Delete the import. Medium ClientCommunicator.java 13
Unnecessary import: import org.apache.cayenne.exp.*; Unnecessary import: null Medium DBManager_PerfTest.java 7
Unnecessary import: import org.apache.cayenne.query.*; Unnecessary import: null Medium DBManager_PerfTest.java 8
Unnecessary import: import javax.swing.text.Document; Delete the import. Medium LMUUtils.java 12
Unnecessary import: import javax.xml.parsers.DocumentBuilder; Delete the import. Medium LMUUtils.java 13
Unnecessary import: import javax.xml.parsers.DocumentBuilderFactory; Delete the import. Medium LMUUtils.java 14
Unnecessary import: import javax.xml.xpath.XPathConstants; Delete the import. Medium LMUUtils.java 16
Unnecessary import: import org.w3c.dom.NodeList; Delete the import. Medium LMUUtils.java 28
Unnecessary import: import LMU4100.DB.Geofence; Delete the import. Medium LMUUtils.java 31
Unnecessary import: import java.util.Enumeration; Delete the import. Medium recieveThread.java 15
Unnecessary import: import java.util.Iterator; Delete the import. Medium recieveThread.java 17
Unnecessary import: import java.util.Vector; Delete the import. Medium recieveThread.java 19
Unnecessary import: import java.util.ArrayList; Delete the import. Medium recieveThread.java 21
Unnecessary import: import java.util.concurrent.ConcurrentHashMap; Delete the import. Medium recieveThread.java 22
Unnecessary import: import java.util.concurrent.Executor; Delete the import. Medium recieveThread.java 23
Unnecessary import: import java.util.concurrent.Executors; Delete the import. Medium recieveThread.java 24
Unnecessary import: import java.util.concurrent.TimeUnit; Delete the import. Medium recieveThread.java 25
Unnecessary import: import java.util.concurrent.locks.Condition; Delete the import. Medium recieveThread.java 26
Unnecessary import: import java.util.concurrent.locks.Lock; Delete the import. Medium recieveThread.java 27
Unnecessary import: import org.apache.cayenne.access.DataContext; Delete the import. Medium recieveThread.java 32
Unnecessary import: import org.apache.mina.filter.executor.ExecutorFilter; Delete the import. Medium recieveThread.java 35
Unnecessary import: import LMU4100.DB.Device; Delete the import. Medium recieveThread.java 37
Unnecessary import: import LMU4100.DB.LMU4100Map; Delete the import. Medium recieveThread.java 38
Unnecessary import: import LMU4100.DB.auto._Device; Delete the import. Medium recieveThread.java 40
Unnecessary import: import LMU4100.DB.exceptions.TripNotFoundException; Delete the import. Medium recieveThread.java 41
Unnecessary import: import com.gps.services.GpsWebserviceClient; Delete the import. Medium recieveThread.java 46
Unnecessary import: import java.net.SocketAddress; Delete the import. Medium RecieveThreadDummy.java 5
Unnecessary import: import org.apache.mina.core.buffer.IoBuffer; Delete the import. Medium RecieveThreadDummy.java 10
Unnecessary import: import org.apache.cayenne.access.DataContext; Delete the import. Medium sendMessage.java 9
Unnecessary import: import org.apache.mina.core.session.IdleStatus; Delete the import. Medium sendMessage.java 12
Unnecessary import: import LMU4100.DB.Device; Delete the import. Medium sendMessage.java 15
Unnecessary import: import LMU4100.DB.LMU4100Map; Delete the import. Medium sendMessage.java 16
Unnecessary import: import LMU4100.DB.auto._Device; Delete the import. Medium sendMessage.java 17
Unnecessary import: import java.io.PrintStream; Delete the import. Medium TimerTask1.java 3
Unnecessary import: import java.io.*; Unnecessary import: null Medium UDPServer.java 2
Unnecessary import: import java.util.Hashtable; Delete the import. Medium UDPServer.java 5
Unnecessary import: import java.nio.charset.Charset; Delete the import. Medium UDPServerHandler.java 4
Unnecessary import: import java.text.DateFormat; Delete the import. Medium UDPServerHandler.java 5
Unnecessary import: import java.text.SimpleDateFormat; Delete the import. Medium UDPServerHandler.java 6
Unnecessary import: import java.util.Date; Delete the import. Medium UDPServerHandler.java 7
Unnecessary import: import org.apache.james.mime4j.field.datetime.DateTime; Delete the import. Medium UDPServerHandler.java 14
Unnecessary import: import java.util.Calendar; Delete the import. Medium UDPServerMINA.java 15
Unnecessary import: import java.util.Vector; Delete the import. Medium UDPServerMINA.java 17
Unnecessary import: import java.util.concurrent.ArrayBlockingQueue; Delete the import. Medium UDPServerMINA.java 19
Unnecessary import: import java.util.concurrent.RejectedExecutionHandler; Delete the import. Medium UDPServerMINA.java 21
Unnecessary import: import java.util.concurrent.ThreadPoolExecutor; Delete the import. Medium UDPServerMINA.java 22
Unnecessary import: import java.util.concurrent.TimeUnit; Delete the import. Medium UDPServerMINA.java 23
Unnecessary import: import org.apache.cayenne.access.DataContext; Delete the import. Medium UDPServerMINA.java 31
Unnecessary import: import org.apache.mina.filter.logging.LoggingFilter; Delete the import. Medium UDPServerMINA.java 38
Unnecessary import: import org.apache.mina.transport.socket.SocketAcceptor; Delete the import. Medium UDPServerMINA.java 40
Unnecessary import: import LMU4100.DB.AccumulatorRef; Delete the import. Medium UDPServerMINA.java 45
Unnecessary import: import LMU4100.DB.LMU4100Map; Delete the import. Medium UDPServerMINA.java 46
Unnecessary import: import java.util.List; Delete the import. Medium WSClient.java 4
Unnecessary import: import javax.xml.datatype.DatatypeFactory; Delete the import. Medium WSClient.java 10
Unnecessary import: import javax.xml.datatype.XMLGregorianCalendar; Delete the import. Medium WSClient.java 11
Unnecessary import: import org.apache.cayenne.query.SQLTemplate; Delete the import. Medium WSClient.java 13
Unnecessary import: import com.gps.services.GpsWebserviceClient; Delete the import. Medium WSClient.java 15
Unnecessary import: import us.monoid.web.Resty; Delete the import. Medium WSClient.java 16
Unnecessary import: import LMU4100.DB.TripParameters; Delete the import. Medium WSClient.java 18
Unnecessary import: import LMU4100.DB.exceptions.TripNotFoundException; Delete the import. Medium WSClient.java 19
Unnecessary import: import org.apache.commons.httpclient.HostConfiguration; Delete the import. Medium WSThread.java 11
Unnecessary import: import org.apache.commons.httpclient.HttpClient; Delete the import. Medium WSThread.java 12
Unnecessary import: import org.apache.commons.httpclient.MultiThreadedHttpConnectionManager; Delete the import. Medium WSThread.java 13
Unnecessary import: import LMU4100.DB.VehicleDetails; Delete the import. Medium _Vehicle.java 7
Unnecessary import: import LMU4100.DB.auto._AccumulatorRef; Delete the import. Medium Configurations.java 9
Unnecessary import: import org.apache.cayenne.exp.Expression; Delete the import. Medium Device.java 6
Unnecessary import: import org.apache.cayenne.query.SelectQuery; Delete the import. Medium Device.java 8
Unnecessary import: import java.util.Hashtable; Delete the import. Medium ReportRef.java 19
Unnecessary import: import LMU4100.DB.auto._Device; Delete the import. Medium ReportRef.java 27
Unnecessary import: import java.util.Date; Delete the import. Medium TripMsgParams.java 7
Unnecessary import: import java.util.Hashtable; Delete the import. Medium TripMsgParams.java 8
Unnecessary import: import lmu.core.LMUUtils; Delete the import. Medium TripMsgParams.java 9
Unnecessary import: import org.apache.cayenne.DataObjectUtils; Delete the import. Medium TripMsgParams.java 10
Unnecessary import: import org.apache.cayenne.exp.Expression; Delete the import. Medium TripMsgParams.java 12
Unnecessary import: import org.apache.cayenne.query.SelectQuery; Delete the import. Medium TripMsgParams.java 13
Unnecessary import: import org.apache.log4j.Logger; Delete the import. Medium TripMsgParams.java 14
Unnecessary import: import LMU4100.DB.auto._TripParameters; Delete the import. Medium TripMsgParams.java 15
Unnecessary import: import LMU4100.DB.exceptions.TripNotFoundException; Delete the import. Medium TripMsgParams.java 16
 
Violation Recommendation Severity Resource Line
Unnecessary Override: exceptionCaught Delete the unused method. Medium UDPServerHandler.java 31
Unnecessary Override: messageSent Delete the unused method. Medium UDPServerHandler.java 40
Unnecessary Override: sessionClosed Delete the unused method. Medium UDPServerHandler.java 48
Unnecessary Override: sessionCreated Delete the unused method. Medium UDPServerHandler.java 57
Unnecessary Override: sessionIdle Delete the unused method. Medium UDPServerHandler.java 65
Unnecessary Override: sessionOpened Delete the unused method. Medium UDPServerHandler.java 74
 
Violation Recommendation Severity Resource Line
Unnecessary declaration of InterruptedException Delete the unnecessary exception. Medium AsyncCaller.java 38
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 83
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 89
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 94
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 99
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 104
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 110
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 115
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 119
Unnecessary declaration of TripNotFoundException Delete the unnecessary exception. Medium DBManager.java 67
Unnecessary declaration of Exception Delete the unnecessary exception. Medium DBManager.java 195
Unnecessary declaration of ParseException Delete the unnecessary exception. Medium LMUUtils.java 105
Unnecessary declaration of FileNotFoundException Delete the unnecessary exception. Medium ProrpertiesManager.java 8
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 84
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 90
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 102
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 107
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 112
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 118
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 123
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 128
Unnecessary declaration of Exception Delete the unnecessary exception. Medium UDPClient.java 39
Unnecessary declaration of Exception Delete the unnecessary exception. Medium UDPServer.java 11
Unnecessary declaration of Exception Delete the unnecessary exception. Medium UDPServerHandler.java 84
Unnecessary declaration of SocketException Delete the unnecessary exception. Medium UDPServerMINA.java 94
Unnecessary declaration of Exception Delete the unnecessary exception. Medium WSClient.java 46
 
Violation Recommendation Severity Resource Line
toString() called on a String object Delete the call to toString(). Medium ExpressionDecoder.java 79
toString() called on a String object Delete the call to toString(). Medium PacketConsumer.java 234
toString() called on a String object Delete the call to toString(). Medium PacketProducer.java 93
toString() called on a String object Delete the call to toString(). Medium UDPServerMINA.java 106
 
Violation Recommendation Severity Resource Line
Unnecessary type cast to String Delete the unnecessary cast. Medium ExpressionDecoder.java 128
Unnecessary type cast to PolygonRegion Delete the unnecessary cast. Medium PolygonRegion_Service.java 55
Unnecessary type cast to PolygonRegion Delete the unnecessary cast. Medium PolygonRegion_Service.java 67
Unnecessary type cast to TripParameters Delete the unnecessary cast. Medium DBManager_PerfTest.java 47
Unnecessary type cast to TripMsgParams Delete the unnecessary cast. Medium TripMsgParams.java 27
Unnecessary type cast to TripParameters Delete the unnecessary cast. Medium TripParameters.java 328
 
Violation Recommendation Severity Resource Line
Unused field: format1 Delete the unused field. Medium LMUUtils.java 36
 
Violation Recommendation Severity Resource Line
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium CategoryReader.java 12
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium CategoryReader.java 28
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium CategoryReader.java 28
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DirectParamEvaluator.java 10
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DriftMasker.java 11
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DriftMasker.java 26
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DriftMasker.java 26
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DriftMasker.java 31
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DriftMasker.java 31
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DriftMasker.java 32
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DriftMasker.java 32
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpReader.java 12
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpReader.java 29
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpReader.java 29
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpressionDecoder.java 11
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpressionDecoder.java 20
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpressionDecoder.java 21
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpressionDecoder.java 21
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpressionDecoder.java 26
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpressionDecoder.java 29
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpressionDecoder.java 33
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium IPacketObserver.java 9
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium IPacketObserver.java 11
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ValidatorReader.java 13
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ValidatorReader.java 31
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ValidatorReader.java 31
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium FileUtilities.java 14
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium FileUtilities.java 57
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium FileUtilities.java 57
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium FileUtilities.java 58
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium FileUtilities.java 70
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketDataFetcher.java 13
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketDataFetcher.java 52
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketDataFetcher.java 52
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketDataFetcher.java 55
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketDataFetcher.java 55
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketDataFetcher.java 70
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketDataFetcher.java 70
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ParamUtils.java 11
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ParamUtils.java 20
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ParamUtils.java 20
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ParamUtils.java 21
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ParamUtils.java 21
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AlertManager.java 23
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AlertManager.java 23
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AsyncCaller.java 6
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AsyncCaller.java 38
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AsyncCaller.java 60
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium Base16Encoder.java 12
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium Base16Encoder.java 12
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium configReader.java 5
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium configReader.java 17
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium configReader.java 17
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ConsumerThread.java 19
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ConsumerThread.java 108
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DBManager.java 67
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DBManager_PerfTest.java 13
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketConsumer.java 35
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketConsumer.java 80
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketConsumer.java 80
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketConsumer.java 82
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketConsumer.java 82
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 4
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 17
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 17
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 63
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 80
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 85
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 90
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 112
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 112
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium recieveThread.java 16
Use of java.util.Vector Consider using the class <code>java.util.ArrayList</code>, which provides similar functionality to <code>java.util.Vector</code>, but is unsynchronized. Medium recieveThread.java 19
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium recieveThread.java 57
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium recieveThread.java 114
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium recieveThread.java 114
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium sendMessage.java 5
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium sendMessage.java 29
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium sendMessage.java 106
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium UDPServer.java 5
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium UDPServerMINA.java 16
Use of java.util.Vector Consider using the class <code>java.util.ArrayList</code>, which provides similar functionality to <code>java.util.Vector</code>, but is unsynchronized. Medium UDPServerMINA.java 17
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium UDPServerMINA.java 53
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium UDPServerMINA.java 53
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium UDPServerMINA.java 59
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium UDPServerMINA.java 59
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AccumulatorRef.java 3
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AccumulatorRef.java 18
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AccumulatorRef.java 20
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AccumulatorRef.java 20
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ReportRef.java 19
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium TripMsgParams.java 8
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium TripParameters.java 42
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium TripParameters.java 75
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium TripParameters.java 75
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium TripParameters.java 117
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium TripParameters.java 129
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium TripParameters.java 129
 
Violation Recommendation Severity Resource Line
Caught exception not rethrown: ExceptionInInitializerError Rethrow the original exception. Medium AsyncCaller.java 125
Caught exception not rethrown: ExceptionInInitializerError Rethrow the original exception. Medium DBManager.java 176
 
Violation Recommendation Severity Resource Line
Return zero-length array instead of null Replace the "null" with the creation of an empty array. Medium sendMessage.java 139
 
Violation Recommendation Severity Resource Line
Disallowed exception caught: Exception Delete the catch clause. Medium CategoryReader.java 49
Disallowed exception caught: Exception Delete the catch clause. Medium CategoryReader.java 94
Disallowed exception caught: Exception Delete the catch clause. Medium DirectParamEvaluator.java 66
Disallowed exception caught: Exception Delete the catch clause. Medium DriftMasker.java 94
Disallowed exception caught: Exception Delete the catch clause. Medium ExpReader.java 50
Disallowed exception caught: Exception Delete the catch clause. Medium ExpReader.java 95
Disallowed exception caught: Exception Delete the catch clause. Medium ExpressionDecoder.java 68
Disallowed exception caught: Exception Delete the catch clause. Medium ExpressionHandler.java 40
Disallowed exception caught: Exception Delete the catch clause. Medium ExpressionHandler.java 61
Disallowed exception caught: Exception Delete the catch clause. Medium ValidatorReader.java 53
Disallowed exception caught: Exception Delete the catch clause. Medium ValidatorReader.java 143
Disallowed exception caught: Exception Delete the catch clause. Medium GpsWebserviceClient.java 99
Disallowed exception caught: Exception Delete the catch clause. Medium FileUtilities.java 63
Disallowed exception caught: Exception Delete the catch clause. Medium FileUtilities.java 92
Disallowed exception caught: Exception Delete the catch clause. Medium LMUResource.java 61
Disallowed exception caught: Exception Delete the catch clause. Medium PacketDataFetcher.java 45
Disallowed exception caught: Exception Delete the catch clause. Medium PacketDataFetcher.java 62
Disallowed exception caught: Exception Delete the catch clause. Medium PacketDataFetcher.java 99
Disallowed exception caught: Exception Delete the catch clause. Medium ParamUtils.java 35
Disallowed exception caught: Exception Delete the catch clause. Medium ValidatorFactory.java 29
Disallowed exception caught: Exception Delete the catch clause. Medium AlertManager.java 67
Disallowed exception caught: Exception Delete the catch clause. Medium AsyncCaller.java 54
Disallowed exception caught: Exception Delete the catch clause. Medium AsyncCaller.java 88
Disallowed exception caught: Exception Delete the catch clause. Medium AsyncCaller.java 111
Disallowed exception caught: ExceptionInInitializerError Delete the catch clause. Medium AsyncCaller.java 125
Disallowed exception caught: Exception Delete the catch clause. Medium AsyncCaller.java 131
Disallowed exception caught: Exception Delete the catch clause. Medium AsyncCaller.java 155
Disallowed exception caught: Exception Delete the catch clause. Medium CommonClass.java 27
Disallowed exception caught: Exception Delete the catch clause. Medium configReader.java 54
Disallowed exception caught: Exception Delete the catch clause. Medium configReader.java 86
Disallowed exception caught: Exception Delete the catch clause. Medium configReader.java 118
Disallowed exception caught: Exception Delete the catch clause. Medium ConsumerThread.java 77
Disallowed exception caught: Exception Delete the catch clause. Medium ConsumerThread.java 89
Disallowed exception caught: Exception Delete the catch clause. Medium ConsumerThread.java 100
Disallowed exception caught: Exception Delete the catch clause. Medium ConsumerThread.java 120
Disallowed exception caught: Exception Delete the catch clause. Medium ConsumerThread.java 155
Disallowed exception caught: Exception Delete the catch clause. Medium DBManager.java 96
Disallowed exception caught: Exception Delete the catch clause. Medium DBManager.java 120
Disallowed exception caught: ExceptionInInitializerError Delete the catch clause. Medium DBManager.java 176
Disallowed exception caught: Exception Delete the catch clause. Medium DBManager.java 184
Disallowed exception caught: Exception Delete the catch clause. Medium LMUUtils.java 49
Disallowed exception caught: Exception Delete the catch clause. Medium LMUUtils.java 97
Disallowed exception caught: Exception Delete the catch clause. Medium LMUUtils.java 205
Disallowed exception caught: Exception Delete the catch clause. Medium PacketConsumer.java 100
Disallowed exception caught: Exception Delete the catch clause. Medium PacketConsumer.java 121
Disallowed exception caught: Exception Delete the catch clause. Medium PacketConsumer.java 142
Disallowed exception caught: Exception Delete the catch clause. Medium PacketConsumer.java 217
Disallowed exception caught: Exception Delete the catch clause. Medium PacketConsumer.java 239
Disallowed exception caught: Exception Delete the catch clause. Medium PacketConsumer.java 272
Disallowed exception caught: Exception Delete the catch clause. Medium PacketProducer.java 98
Disallowed exception caught: Exception Delete the catch clause. Medium PacketProducer.java 128
Disallowed exception caught: Exception Delete the catch clause. Medium QueueAllocator.java 63
Disallowed exception caught: Exception Delete the catch clause. Medium QueueAllocator.java 93
Disallowed exception caught: Exception Delete the catch clause. Medium recieveThread.java 169
Disallowed exception caught: Exception Delete the catch clause. Medium sendMessage.java 96
Disallowed exception caught: Exception Delete the catch clause. Medium sendMessage.java 136
Disallowed exception caught: Exception Delete the catch clause. Medium UDPClient.java 115
Disallowed exception caught: Exception Delete the catch clause. Medium UDPServerMINA.java 116
Disallowed exception caught: Exception Delete the catch clause. Medium WSClient.java 64
Disallowed exception caught: Exception Delete the catch clause. Medium WSThread.java 92
Disallowed exception caught: Exception Delete the catch clause. Medium WSThread.java 106
Disallowed exception caught: Exception Delete the catch clause. Medium WSThread.java 127
Disallowed exception caught: Exception Delete the catch clause. Medium AccumulatorRef.java 42
Disallowed exception caught: Exception Delete the catch clause. Medium Configurations.java 35
Disallowed exception caught: Exception Delete the catch clause. Medium Device.java 20
Disallowed exception caught: Exception Delete the catch clause. Medium Device.java 40
Disallowed exception caught: Exception Delete the catch clause. Medium ReportRef.java 42
Disallowed exception caught: Exception Delete the catch clause. Medium ReportRef.java 60
Disallowed exception caught: Exception Delete the catch clause. Medium TripDetails.java 165
Disallowed exception caught: Exception Delete the catch clause. Medium TripParameters.java 109
Disallowed exception caught: Exception Delete the catch clause. Medium TripParameters.java 160
Disallowed exception caught: Exception Delete the catch clause. Medium TripParameters.java 254
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleDetails.java 45
 
Violation Recommendation Severity Resource Line
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium CategoryReader.java 56
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium DirectParamEvaluator.java 20
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium ExpReader.java 59
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium ExpressionDecoder.java 38
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium ValidatorReader.java 103
Method has 5 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium FileUtilities.java 70
Method has 5 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium PacketDataFetcher.java 70
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium AsyncCaller.java 60
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium ConsumerThread.java 46
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium DBManager.java 52
Method has 5 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium PacketConsumer.java 92
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium recieveThread.java 54
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium WSThread.java 40
 
Violation Recommendation Severity Resource Line
Static field numberOfQueues not initialized Initialize the static field. Medium LMUResource.java 25
Static field queueName not initialized Initialize the static field. Medium LMUResource.java 26
Static field serverUrl not initialized Initialize the static field. Medium LMUResource.java 27
Static field queueThreshold not initialized Initialize the static field. Medium LMUResource.java 28
Static field jmxServiceUrl not initialized Initialize the static field. Medium LMUResource.java 29
Static field refreshInterval not initialized Initialize the static field. Medium LMUResource.java 30
Static field acknowledgeType not initialized Initialize the static field. Medium LMUResource.java 31
Static field serviceType not initialized Initialize the static field. Medium LMUResource.java 32
Static field log not initialized Initialize the static field. Medium LogHandler.java 12
Static field nontripsendstatus not initialized Initialize the static field. Medium AlertManager.java 20
Static field eventcodelist not initialized Initialize the static field. Medium AlertManager.java 21
Static field urlRfid not initialized Initialize the static field. Medium PacketConsumer.java 72
Static field urllstPkt not initialized Initialize the static field. Medium PacketConsumer.java 73
Static field urlWSDL not initialized Initialize the static field. Medium PacketConsumer.java 74
Static field urldevtn not initialized Initialize the static field. Medium PacketConsumer.java 75
Static field urlValidLast not initialized Initialize the static field. Medium PacketConsumer.java 76
Static field instance not initialized Initialize the static field. Medium LMU4100Map.java 9
Static field instance not initialized Initialize the static field. Medium LMU4100Map.java 7
 
Violation Recommendation Severity Resource Line
Subclass should override method If you want to override method of superclass, you should change signature method which belongs to subclass. Medium ConsumerThread.java 86
Subclass should override method If you want to override method of superclass, you should change signature method which belongs to subclass. Medium ConsumerThread.java 97
 
Violation Recommendation Severity Resource Line
Default namespace The default namespace xmlns should be set without prefix. Medium LMU4100.xsd 2
 
Violation Recommendation Severity Resource Line
Attribute not specified as "qualified" Use qualified attributes. Medium LMU4100.xsd 2
 
Violation Recommendation Severity Resource Line
Loop used to copy an array Use the method arraycopy defined in java.lang.System instead. Medium sendMessage.java 52
Loop used to copy an array Use the method arraycopy defined in java.lang.System instead. Medium sendMessage.java 123
 
Violation Recommendation Severity Resource Line
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium PacketDataFetcher.java 88
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium ConsumerThread.java 138
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium PacketConsumer.java 115
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium PacketConsumer.java 115
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium PacketConsumer.java 115
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium PacketConsumer.java 115
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium PacketConsumer.java 115
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium PacketConsumer.java 153
 
Violation Recommendation Severity Resource Line
Collection with a singular name Rename the variable so that its name is plural. Medium CategoryReader.java 28
Collection with a singular name Rename the variable so that its name is plural. Medium CategoryReader.java 57
Collection with a singular name Rename the variable so that its name is plural. Medium CategoryReader.java 60
Collection with a singular name Rename the variable so that its name is plural. Medium DirectParamEvaluator.java 20
Collection with a singular name Rename the variable so that its name is plural. Medium DirectParamEvaluator.java 31
Collection with a singular name Rename the variable so that its name is plural. Medium DriftMasker.java 36
Collection with a singular name Rename the variable so that its name is plural. Medium DriftMasker.java 50
Collection with a singular name Rename the variable so that its name is plural. Medium ExpReader.java 29
Collection with a singular name Rename the variable so that its name is plural. Medium ExpReader.java 60
Collection with a singular name Rename the variable so that its name is plural. Medium ExpReader.java 63
Collection with a singular name Rename the variable so that its name is plural. Medium ExpressionDecoder.java 20
Collection with a singular name Rename the variable so that its name is plural. Medium ExpressionDecoder.java 29
Collection with a singular name Rename the variable so that its name is plural. Medium ExpressionDecoder.java 43
Collection with a singular name Rename the variable so that its name is plural. Medium ExpressionDecoder.java 85
Collection with a singular name Rename the variable so that its name is plural. Medium IPacketObserver.java 11
Collection with a singular name Rename the variable so that its name is plural. Medium ValidatorReader.java 31
Collection with a singular name Rename the variable so that its name is plural. Medium ValidatorReader.java 104
Collection with a singular name Rename the variable so that its name is plural. Medium ValidatorReader.java 107
Collection with a singular name Rename the variable so that its name is plural. Medium FileUtilities.java 57
Collection with a singular name Rename the variable so that its name is plural. Medium LMUResource.java 31
Collection with a singular name Rename the variable so that its name is plural. Medium LMUResource.java 42
Collection with a singular name Rename the variable so that its name is plural. Medium LMUResource.java 45
Collection with a singular name Rename the variable so that its name is plural. Medium LMUResource.java 105
Collection with a singular name Rename the variable so that its name is plural. Medium PacketDataFetcher.java 55
Collection with a singular name Rename the variable so that its name is plural. Medium ParamUtils.java 20
Collection with a singular name Rename the variable so that its name is plural. Medium ParamUtils.java 20
Collection with a singular name Rename the variable so that its name is plural. Medium ParamUtils.java 45
Collection with a singular name Rename the variable so that its name is plural. Medium ParamUtils.java 47
Collection with a singular name Rename the variable so that its name is plural. Medium AlertManager.java 19
Collection with a singular name Rename the variable so that its name is plural. Medium AlertManager.java 21
Collection with a singular name Rename the variable so that its name is plural. Medium AlertManager.java 23
Collection with a singular name Rename the variable so that its name is plural. Medium Base16Encoder.java 4
Collection with a singular name Rename the variable so that its name is plural. Medium Base16Encoder.java 11
Collection with a singular name Rename the variable so that its name is plural. Medium Base16Encoder.java 24
Collection with a singular name Rename the variable so that its name is plural. Medium ConsumerThread.java 38
Collection with a singular name Rename the variable so that its name is plural. Medium ConsumerThread.java 108
Collection with a singular name Rename the variable so that its name is plural. Medium LMUUtils.java 150
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 69
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 70
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 80
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 82
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 85
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 86
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 88
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 131
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 170
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 254
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 16
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 17
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 52
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 63
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 67
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 74
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 112
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 112
Collection with a singular name Rename the variable so that its name is plural. Medium PacketProducer.java 39
Collection with a singular name Rename the variable so that its name is plural. Medium PacketProducer.java 40
Collection with a singular name Rename the variable so that its name is plural. Medium PacketProducer.java 46
Collection with a singular name Rename the variable so that its name is plural. Medium QueueAllocator.java 72
Collection with a singular name Rename the variable so that its name is plural. Medium recieveThread.java 114
Collection with a singular name Rename the variable so that its name is plural. Medium sendMessage.java 43
Collection with a singular name Rename the variable so that its name is plural. Medium sendMessage.java 106
Collection with a singular name Rename the variable so that its name is plural. Medium sendMessage.java 106
Collection with a singular name Rename the variable so that its name is plural. Medium sendMessage.java 106
Collection with a singular name Rename the variable so that its name is plural. Medium sendMessage.java 106
Collection with a singular name Rename the variable so that its name is plural. Medium sendMessage.java 110
Collection with a singular name Rename the variable so that its name is plural. Medium UDPClient.java 21
Collection with a singular name Rename the variable so that its name is plural. Medium UDPClient.java 22
Collection with a singular name Rename the variable so that its name is plural. Medium UDPServerMINA.java 53
Collection with a singular name Rename the variable so that its name is plural. Medium UDPServerMINA.java 59
Collection with a singular name Rename the variable so that its name is plural. Medium UDPServerMINA.java 61
Collection with a singular name Rename the variable so that its name is plural. Medium UDPServerMINA.java 94
Collection with a singular name Rename the variable so that its name is plural. Medium WSClient.java 31
Collection with a singular name Rename the variable so that its name is plural. Medium WSThread.java 48
Collection with a singular name Rename the variable so that its name is plural. Medium AccumulatorRef.java 20
Collection with a singular name Rename the variable so that its name is plural. Medium AccumulatorRef.java 21
Collection with a singular name Rename the variable so that its name is plural. Medium Configurations.java 18
Collection with a singular name Rename the variable so that its name is plural. Medium LMU4100Map.java 45
Collection with a singular name Rename the variable so that its name is plural. Medium ReportRef.java 35
Collection with a singular name Rename the variable so that its name is plural. Medium ReportRef.java 52
Collection with a singular name Rename the variable so that its name is plural. Medium TripDetails.java 71
Collection with a singular name Rename the variable so that its name is plural. Medium TripParameters.java 75
Collection with a singular name Rename the variable so that its name is plural. Medium TripParameters.java 129
Collection with a singular name Rename the variable so that its name is plural. Medium TripParameters.java 212
Collection with a singular name Rename the variable so that its name is plural. Medium TripParameters.java 213
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleDetails.java 25
 
Violation Recommendation Severity Resource Line
Use a valid schema namespace Use a valid schema namespace. Medium LMU4100.xsd 2
 
Violation Recommendation Severity Resource Line
The value returned by invoke is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CategoryReader.java 88
The value returned by invoke is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ExpReader.java 89
The value returned by parseExpression is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ExpressionHandler.java 58
The value returned by invoke is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ValidatorReader.java 137
The value returned by getNodeName is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FileUtilities.java 62
The value returned by awaitUninterruptibly is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ClientCommunicator.java 41
The value returned by addListener is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ClientCommunicator.java 44
The value returned by put is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ClientCommunicator.java 67
The value returned by flip is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ClientCommunicator.java 69
The value returned by write is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ClientCommunicator.java 70
The value returned by getActualTime is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium LMUUtils.java 180
The value returned by htReadOpHeader is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium packetHandler.java 80
The value returned by htReadHeader is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium packetHandler.java 85
The value returned by htReadBody is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium packetHandler.java 90
The value returned by putIfAbsent is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium QueueAllocator.java 62
The value returned by putValue is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium sendMessage.java 80
The value returned by put is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium sendMessage.java 91
The value returned by flip is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium sendMessage.java 92
The value returned by write is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium sendMessage.java 93
The value returned by awaitUninterruptibly is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TestClient.java 38
The value returned by addListener is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TestClient.java 40
The value returned by put is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TestClient.java 66
The value returned by flip is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TestClient.java 68
The value returned by write is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TestClient.java 69
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium UDPServerHandler.java 91
The value returned by getTrip is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TripDetails.java 187
The value returned by identifyEvent is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TripParameters.java 224
 
Violation Recommendation Severity Resource Line
Plural type name Rename the type to have a singular name. Medium ValidatorDetails.java 10
Plural type name Rename the type to have a singular name. Medium FileUtilities.java 27
Plural type name Rename the type to have a singular name. Medium ParamUtils.java 17
Plural type name Rename the type to have a singular name. Medium StringConstants.java 10
Plural type name Rename the type to have a singular name. Medium LMUUtils.java 33
Plural type name Rename the type to have a singular name. Medium mandatoryItems.java 2
Plural type name Rename the type to have a singular name. Medium Accounts.java 5
Plural type name Rename the type to have a singular name. Medium _Accounts.java 11
Plural type name Rename the type to have a singular name. Medium _Configurations.java 5
Plural type name Rename the type to have a singular name. Medium _FrequentTravellerDetails.java 13
Plural type name Rename the type to have a singular name. Medium _FrequentTripDetails.java 13
Plural type name Rename the type to have a singular name. Medium _PickupPoints.java 13
Plural type name Rename the type to have a singular name. Medium _SavingStatus.java 15
Plural type name Rename the type to have a singular name. Medium _TripDetails.java 25
Plural type name Rename the type to have a singular name. Medium _TripMsgParams.java 13
Plural type name Rename the type to have a singular name. Medium _TripParameters.java 27
Plural type name Rename the type to have a singular name. Medium _TripScraps.java 13
Plural type name Rename the type to have a singular name. Medium _TripTravelerDetails.java 17
Plural type name Rename the type to have a singular name. Medium _UserDetails.java 27
Plural type name Rename the type to have a singular name. Medium _UserLandmarks.java 13
Plural type name Rename the type to have a singular name. Medium _UserPreferences.java 13
Plural type name Rename the type to have a singular name. Medium _VehicleDetails.java 21
Plural type name Rename the type to have a singular name. Medium Configurations.java 12
Plural type name Rename the type to have a singular name. Medium FrequentTravellerDetails.java 5
Plural type name Rename the type to have a singular name. Medium FrequentTripDetails.java 5
Plural type name Rename the type to have a singular name. Medium PickupPoints.java 5
Plural type name Rename the type to have a singular name. Medium SavingStatus.java 5
Plural type name Rename the type to have a singular name. Medium TripDetails.java 22
Plural type name Rename the type to have a singular name. Medium TripMsgParams.java 18
Plural type name Rename the type to have a singular name. Medium TripParameters.java 66
Plural type name Rename the type to have a singular name. Medium TripScraps.java 5
Plural type name Rename the type to have a singular name. Medium TripTravelerDetails.java 5
Plural type name Rename the type to have a singular name. Medium UserDetails.java 5
Plural type name Rename the type to have a singular name. Medium UserLandmarks.java 5
Plural type name Rename the type to have a singular name. Medium UserPreferences.java 5
Plural type name Rename the type to have a singular name. Medium VehicleDetails.java 11
 
Violation Recommendation Severity Resource Line
Missing block in if clause: boolValue=handler.evaluateExpression(decodedExpression); Add a block around the body of the if clause. Medium DirectParamEvaluator.java 49
Missing block in if clause: arg= String.valueOf(util.arlSplit(correctorVO.getParameter(),"$",1).get(0)); Add a block around the body of the if clause. Medium DriftMasker.java 57
Missing block in if clause: parametersToChange= (String) util.arlSplit(formula,"$",1).get(0); Add a block around the body of the if clause. Medium DriftMasker.java 72
Missing block in else clause: parametersToChange=formula; Add a block around the body of the else clause. Medium DriftMasker.java 74
Missing block in if clause: strValue= String.valueOf(((Double)handler.getExpressionValue(strValue)).intValue()); Add a block around the body of the if clause. Medium DriftMasker.java 85
Missing block in if clause: param.setParamValue(strValue); Add a block around the body of the if clause. Medium DriftMasker.java 90
Missing block in if clause: strValue = ((LMU4100.jaxb.LMDirect.DummyParam)locHparam.get(strItem)).getParamValue(); Add a block around the body of the if clause. Medium ExpressionDecoder.java 98
Missing block in if clause: strValue = (String)oldParamVals.get(strItem); Add a block around the body of the if clause. Medium ExpressionDecoder.java 128
Missing block in while statement: System.out.println(itr.next()); Add a block around the body of the while statement. Medium GpsWebserviceClient.java 93
Missing block in if clause: resultantHash=parseResponse(hparamData,reponse); Add a block around the body of the if clause. Medium PacketDataFetcher.java 59
Missing block in if clause: hashParams.clear(); Add a block around the body of the if clause. Medium PacketDataFetcher.java 78
Missing block in if clause: return true; Add a block around the body of the if clause. Medium AlertManager.java 38
Missing block in if clause: return true; Add a block around the body of the if clause. Medium AlertManager.java 40
Missing block in else clause: return false; Add a block around the body of the else clause. Medium AlertManager.java 42
Missing block in if clause: executor = Executors.newFixedThreadPool(4); Add a block around the body of the if clause. Medium AsyncCaller.java 35
Missing block in for statement: for (int j = 1; j >= 0; j--) hexBuffer.append(HEX[(byteArray[i] >> (j * 4)) & 0xF]); Add a block around the body of the for statement. Medium Base16Encoder.java 14
Missing block in for statement: hexBuffer.append(HEX[(byteArray[i] >> (j * 4)) & 0xF]); Add a block around the body of the for statement. Medium Base16Encoder.java 15
Missing block in if clause: digit1 -= '0'; Add a block around the body of the if clause. Medium Base16Encoder.java 28
Missing block in if clause: digit1 -= 'A' - 10; Add a block around the body of the if clause. Medium Base16Encoder.java 30
Missing block in if clause: digit2 -= '0'; Add a block around the body of the if clause. Medium Base16Encoder.java 32
Missing block in if clause: digit2 -= 'A' - 10; Add a block around the body of the if clause. Medium Base16Encoder.java 34
Missing block in if clause: ignoreExp=false; Add a block around the body of the if clause. Medium ConsumerThread.java 123
Missing block in if clause: objParam.getParamHshTable().put("status", expRecorder); Add a block around the body of the if clause. Medium ConsumerThread.java 139
Missing block in else clause: objParam.getParamHshTable().put("status", valFailedExpression+""); Add a block around the body of the else clause. Medium ConsumerThread.java 141
Missing block in if clause: QueueCount=qnamearr.length; Add a block around the body of the if clause. Medium PacketConsumer.java 180
Missing block in if clause: System.out.println("Exception: The server is not running!!!"); Add a block around the body of the if clause. Medium PacketConsumer.java 235
Missing block in else clause: je.printStackTrace(); Add a block around the body of the else clause. Medium PacketConsumer.java 237
Missing block in if clause: log.error("Exception: The server is not running!!!"); Add a block around the body of the if clause. Medium PacketProducer.java 94
Missing block in else clause: log.error(je.getStackTrace()); Add a block around the body of the else clause. Medium PacketProducer.java 96
Missing block in if clause: QueueName=qnamearr[thrdQ]; Add a block around the body of the if clause. Medium PacketProducer.java 111
Missing block in else clause: QueueCount++; Add a block around the body of the else clause. Medium QueueAllocator.java 50
Missing block in if clause: QueueName=PacketProducer.qnamearr[thrdQ]; Add a block around the body of the if clause. Medium QueueAllocator.java 75
Missing block in if clause: continue; Add a block around the body of the if clause. Medium recieveThread.java 122
Missing block in if clause: continue; Add a block around the body of the if clause. Medium recieveThread.java 176
Missing block in if clause: return configObj.getConfigValue(); Add a block around the body of the if clause. Medium Configurations.java 31
Missing block in if clause: hActualRef.put("accum" + i,roundTwoDecimals(value.doubleValue())); Add a block around the body of the if clause. Medium TripParameters.java 243
Missing block in else clause: hActualRef.put("accum" + i,roundTwoDecimals((value.doubleValue()) * 0.001)); Add a block around the body of the else clause. Medium TripParameters.java 245
 
Violation Recommendation Severity Resource Line
Variable should be declared as Map<String,List<Node>> Change the declared type to be the appropriate interface. Medium CategoryReader.java 28
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium DirectParamEvaluator.java 20
Variable should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium DriftMasker.java 26
Method should be declared as Map Change the declared type to be the appropriate interface. Medium DriftMasker.java 31
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium DriftMasker.java 31
Variable should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium DriftMasker.java 32
Variable should be declared as List Change the declared type to be the appropriate interface. Medium DriftMasker.java 36
Variable should be declared as Map<String,List<Node>> Change the declared type to be the appropriate interface. Medium ExpReader.java 29
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium ExpressionDecoder.java 20
Variable should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium ExpressionDecoder.java 21
Method should be declared as Map Change the declared type to be the appropriate interface. Medium ExpressionDecoder.java 26
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium ExpressionDecoder.java 29
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium ExpressionDecoder.java 33
Variable should be declared as List Change the declared type to be the appropriate interface. Medium ExpressionDecoder.java 43
Variable should be declared as List Change the declared type to be the appropriate interface. Medium ExpressionDecoder.java 85
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium IPacketObserver.java 11
Variable should be declared as Map<String,List<Node>> Change the declared type to be the appropriate interface. Medium ValidatorReader.java 31
Variable should be declared as Map<String,List<Node>> Change the declared type to be the appropriate interface. Medium FileUtilities.java 57
Method should be declared as Map<String,List<Node>> Change the declared type to be the appropriate interface. Medium FileUtilities.java 58
Method should be declared as Map<String,List<Node>> Change the declared type to be the appropriate interface. Medium FileUtilities.java 70
Method should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium PacketDataFetcher.java 52
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium PacketDataFetcher.java 52
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium PacketDataFetcher.java 55
Method should be declared as Map Change the declared type to be the appropriate interface. Medium PacketDataFetcher.java 70
Method should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium ParamUtils.java 20
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium ParamUtils.java 20
Variable should be declared as List<String> Change the declared type to be the appropriate interface. Medium ParamUtils.java 20
Variable should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium ParamUtils.java 21
Method should be declared as List Change the declared type to be the appropriate interface. Medium ParamUtils.java 42
Variable should be declared as List Change the declared type to be the appropriate interface. Medium ParamUtils.java 47
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium AsyncCaller.java 38
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium AsyncCaller.java 60
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium configReader.java 17
Variable should be declared as List<String> Change the declared type to be the appropriate interface. Medium ConsumerThread.java 51
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium ConsumerThread.java 108
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium DBManager.java 67
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium DBManager_PerfTest.java 13
Variable should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium PacketConsumer.java 80
Variable should be declared as Map<Integer,Integer> Change the declared type to be the appropriate interface. Medium PacketConsumer.java 82
Variable should be declared as List<String> Change the declared type to be the appropriate interface. Medium PacketConsumer.java 88
Method should be declared as Map Change the declared type to be the appropriate interface. Medium packetHandler.java 63
Method should be declared as Map Change the declared type to be the appropriate interface. Medium packetHandler.java 112
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium packetHandler.java 112
Variable should be declared as List Change the declared type to be the appropriate interface. Medium packetHandler.java 118
Method should be declared as Map Change the declared type to be the appropriate interface. Medium packetHandler.java 226
Method should be declared as Map<Object,Object> Change the declared type to be the appropriate interface. Medium ProrpertiesManager.java 8
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium recieveThread.java 57
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium recieveThread.java 114
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium sendMessage.java 29
Variable should be declared as List Change the declared type to be the appropriate interface. Medium sendMessage.java 62
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium sendMessage.java 106
Variable should be declared as List Change the declared type to be the appropriate interface. Medium sendMessage.java 106
Variable should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium UDPServerMINA.java 53
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium UDPServerMINA.java 59
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium UDPServerMINA.java 61
Method should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium AccumulatorRef.java 18
Variable should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium AccumulatorRef.java 20
 
Violation Recommendation Severity Resource Line
Dangling else clause Enclose the then clause in a block. Medium DriftMasker.java 73
Dangling else clause Enclose the then clause in a block. Medium PacketDataFetcher.java 79
Dangling else clause Enclose the then clause in a block. Medium AlertManager.java 39
Dangling else clause Enclose the then clause in a block. Medium AlertManager.java 41
Dangling else clause Enclose the then clause in a block. Medium Base16Encoder.java 29
Dangling else clause Enclose the then clause in a block. Medium Base16Encoder.java 33
Dangling else clause Enclose the then clause in a block. Medium ConsumerThread.java 140
Dangling else clause Enclose the then clause in a block. Medium PacketConsumer.java 236
Dangling else clause Enclose the then clause in a block. Medium PacketProducer.java 95
Dangling else clause Enclose the then clause in a block. Medium recieveThread.java 123
Dangling else clause Enclose the then clause in a block. Medium recieveThread.java 177
Dangling else clause Enclose the then clause in a block. Medium TripParameters.java 244
 
Violation Recommendation Severity Resource Line
Use compound assignment Replace the assignment with a compound assignment. Medium LMUUtils.java 79
 
Violation Recommendation Severity Resource Line
Array index of type Integer Change the type of the index to be int. Medium PacketProducer.java 111
Array index of type Integer Change the type of the index to be int. Medium PacketProducer.java 115
Array index of type Integer Change the type of the index to be int. Medium PacketProducer.java 117
Array index of type Integer Change the type of the index to be int. Medium PacketProducer.java 118
Array index of type Integer Change the type of the index to be int. Medium PacketProducer.java 118
Array index of type Integer Change the type of the index to be int. Medium PacketProducer.java 120
Array index of type Integer Change the type of the index to be int. Medium QueueAllocator.java 75
Array index of type Integer Change the type of the index to be int. Medium QueueAllocator.java 80
Array index of type Integer Change the type of the index to be int. Medium QueueAllocator.java 82
Array index of type Integer Change the type of the index to be int. Medium QueueAllocator.java 83
Array index of type Integer Change the type of the index to be int. Medium QueueAllocator.java 83
Array index of type Integer Change the type of the index to be int. Medium QueueAllocator.java 85
 
Violation Recommendation Severity Resource Line
No locale Add a locale parameter to the method call. Medium CategoryReader.java 84
No locale Add a locale parameter to the method call. Medium ExpReader.java 85
No locale Add a locale parameter to the method call. Medium ValidatorReader.java 133
No locale Add a locale parameter to the method call. Medium ParamUtils.java 27
No locale Add a locale parameter to the method call. Medium ParamUtils.java 31
No locale Add a locale parameter to the method call. Medium LMUUtils.java 60
No locale Add a locale parameter to the method call. Medium TripParameters.java 209
 
Violation Recommendation Severity Resource Line
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CategoryReader.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CategoryReader.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CategoryReader.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DirectParamEvaluator.java 35
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DirectParamEvaluator.java 42
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DirectParamEvaluator.java 61
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DriftMasker.java 50
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DriftMasker.java 70
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DriftMasker.java 76
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpReader.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpReader.java 85
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpReader.java 85
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpReader.java 88
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpressionDecoder.java 57
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpressionDecoder.java 65
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpressionDecoder.java 79
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpressionDecoder.java 101
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpressionDecoder.java 117
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpressionDecoder.java 136
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpressionHandler.java 44
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ValidatorReader.java 130
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ValidatorReader.java 133
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ValidatorReader.java 133
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ValidatorReader.java 136
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FileUtilities.java 46
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FileUtilities.java 49
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FileUtilities.java 51
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LMUResource.java 47
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LogHandler.java 23
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium PacketDataFetcher.java 39
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium PacketDataFetcher.java 40
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium PacketDataFetcher.java 41
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ParamUtils.java 27
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ParamUtils.java 31
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ParamUtils.java 45
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertManager.java 61
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertManager.java 62
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertManager.java 64
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertManager.java 65
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertManager.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AsyncCaller.java 51
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AsyncCaller.java 55
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AsyncCaller.java 62
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AsyncCaller.java 75
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AsyncCaller.java 78
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AsyncCaller.java 90
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AsyncCaller.java 97
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AsyncCaller.java 99
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AsyncCaller.java 109
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AsyncCaller.java 110
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AsyncCaller.java 123
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AsyncCaller.java 127
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AsyncCaller.java 133
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConsumerThread.java 52
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConsumerThread.java 63
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConsumerThread.java 121
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConsumerThread.java 124
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConsumerThread.java 124
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConsumerThread.java 126
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConsumerThread.java 129
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConsumerThread.java 130
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConsumerThread.java 132
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConsumerThread.java 141
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DBManager.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DBManager.java 91
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DBManager.java 92
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DBManager.java 95
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DBManager.java 117
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DBManager.java 118
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DBManager.java 119
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LMUUtils.java 78
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LMUUtils.java 144
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LMUUtils.java 158
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LMUUtils.java 162
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LMUUtils.java 202
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium PacketConsumer.java 136
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium PacketConsumer.java 161
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium PacketConsumer.java 177
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium PacketConsumer.java 197
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium PacketConsumer.java 210
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium PacketConsumer.java 213
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium PacketConsumer.java 226
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium packetHandler.java 46
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium PacketProducer.java 54
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium PacketProducer.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium PacketProducer.java 113
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium PacketProducer.java 148
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium PacketProducer.java 149
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium QueueAllocator.java 43
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium QueueAllocator.java 78
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium recieveThread.java 72
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium recieveThread.java 75
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium recieveThread.java 86
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium recieveThread.java 89
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium recieveThread.java 94
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium recieveThread.java 97
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium recieveThread.java 112
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium recieveThread.java 130
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium recieveThread.java 149
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium recieveThread.java 189
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RecieveThreadDummy.java 23
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RecieveThreadDummy.java 25
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RecieveThreadDummy.java 45
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium sendMessage.java 34
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium sendMessage.java 48
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium sendMessage.java 70
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium sendMessage.java 71
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium sendMessage.java 86
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium sendMessage.java 95
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium sendMessage.java 131
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium sendMessage.java 133
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium sendMessage.java 137
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TestClient.java 70
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TestClient.java 95
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TimerTask1.java 32
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TimerTask1.java 36
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TimerTask1.java 37
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UDPClient.java 44
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UDPClient.java 107
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UDPClient.java 108
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UDPClient.java 174
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UDPServer.java 31
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UDPServerHandler.java 88
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UDPServerMINA.java 89
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UDPServerMINA.java 100
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UDPServerMINA.java 103
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UDPServerMINA.java 106
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UDPServerMINA.java 110
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UDPServerMINA.java 111
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UDPServerMINA.java 118
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium WSClient.java 50
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium WSClient.java 53
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium WSThread.java 60
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium WSThread.java 63
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium WSThread.java 66
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium WSThread.java 71
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium WSThread.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium WSThread.java 88
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium WSThread.java 90
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium WSThread.java 91
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium WSThread.java 94
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium WSThread.java 118
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccumulatorRef.java 45
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium Device.java 29
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ReportRef.java 61
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripDetails.java 92
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripDetails.java 118
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripDetails.java 130
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripDetails.java 135
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripDetails.java 135
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripDetails.java 141
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripDetails.java 147
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 93
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 158
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 161
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 166
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 230
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 236
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 239
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 243
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 245
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 251
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 256
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 263
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 271
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 305
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 308
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 322
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripParameters.java 330
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleDetails.java 31
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleDetails.java 37
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleDetails.java 41
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleDetails.java 47
 
Violation Recommendation Severity Resource Line
Should not compare values using the not equals (!=) operator Replace the comparison with an invocation of equals(). Medium PacketDataFetcher.java 58
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium TripParameters.java 195
 
Violation Recommendation Severity Resource Line
Invalid class name: "configReader" starts with lowercase letters Rename the class from "configReader" to "ConfigReader". Medium configReader.java 9
Invalid class name: "mandatoryItems" starts with lowercase letters Rename the class from "mandatoryItems" to "MandatoryItems". Medium mandatoryItems.java 2
Invalid class name: "packetHandler" starts with lowercase letters Rename the class from "packetHandler" to "PacketHandler". Medium packetHandler.java 14
Invalid class name: "recieveThread" starts with lowercase letters Rename the class from "recieveThread" to "RecieveThread". Medium recieveThread.java 48
Invalid class name: "sendMessage" starts with lowercase letters Rename the class from "sendMessage" to "SendMessage". Medium sendMessage.java 20
Invalid class name: "_Accounts" starts with an underscore Rename the class from "_Accounts" to "Accounts". Medium _Accounts.java 11
Invalid class name: "_AccumulatorRef" starts with an underscore Rename the class from "_AccumulatorRef" to "AccumulatorRef". Medium _AccumulatorRef.java 5
Invalid class name: "_CharityBarometer" starts with an underscore Rename the class from "_CharityBarometer" to "CharityBarometer". Medium _CharityBarometer.java 13
Invalid class name: "_Configurations" starts with an underscore Rename the class from "_Configurations" to "Configurations". Medium _Configurations.java 5
Invalid class name: "_Device" starts with an underscore Rename the class from "_Device" to "Device". Medium _Device.java 16
Invalid class name: "_Feedback" starts with an underscore Rename the class from "_Feedback" to "Feedback". Medium _Feedback.java 16
Invalid class name: "_FenceHistory" starts with an underscore Rename the class from "_FenceHistory" to "FenceHistory". Medium _FenceHistory.java 15
Invalid class name: "_FrequentTravellerDetails" starts with an underscore Rename the class from "_FrequentTravellerDetails" to "FrequentTravellerDetails". Medium _FrequentTravellerDetails.java 13
Invalid class name: "_FrequentTripDetails" starts with an underscore Rename the class from "_FrequentTripDetails" to "FrequentTripDetails". Medium _FrequentTripDetails.java 13
Invalid class name: "_Geofence" starts with an underscore Rename the class from "_Geofence" to "Geofence". Medium _Geofence.java 18
Invalid class name: "_GeovehicleMap" starts with an underscore Rename the class from "_GeovehicleMap" to "GeovehicleMap". Medium _GeovehicleMap.java 16
Invalid class name: "_Inbox" starts with an underscore Rename the class from "_Inbox" to "Inbox". Medium _Inbox.java 15
Invalid class name: "_LMU4100Map" starts with an underscore Rename the class from "_LMU4100Map" to "LMU4100Map". Medium _LMU4100Map.java 11
Invalid class name: "_Notification" starts with an underscore Rename the class from "_Notification" to "Notification". Medium _Notification.java 13
Invalid class name: "_Organization" starts with an underscore Rename the class from "_Organization" to "Organization". Medium _Organization.java 16
Invalid class name: "_PickupPoints" starts with an underscore Rename the class from "_PickupPoints" to "PickupPoints". Medium _PickupPoints.java 13
Invalid class name: "_ReportRef" starts with an underscore Rename the class from "_ReportRef" to "ReportRef". Medium _ReportRef.java 20
Invalid class name: "_SavingStatus" starts with an underscore Rename the class from "_SavingStatus" to "SavingStatus". Medium _SavingStatus.java 15
Invalid class name: "_Speedparameter" starts with an underscore Rename the class from "_Speedparameter" to "Speedparameter". Medium _Speedparameter.java 13
Invalid class name: "_TripDetails" starts with an underscore Rename the class from "_TripDetails" to "TripDetails". Medium _TripDetails.java 25
Invalid class name: "_TripMsgParams" starts with an underscore Rename the class from "_TripMsgParams" to "TripMsgParams". Medium _TripMsgParams.java 13
Invalid class name: "_TripParameters" starts with an underscore Rename the class from "_TripParameters" to "TripParameters". Medium _TripParameters.java 27
Invalid class name: "_TripPreference" starts with an underscore Rename the class from "_TripPreference" to "TripPreference". Medium _TripPreference.java 11
Invalid class name: "_TripScraps" starts with an underscore Rename the class from "_TripScraps" to "TripScraps". Medium _TripScraps.java 13
Invalid class name: "_TripTravelerDetails" starts with an underscore Rename the class from "_TripTravelerDetails" to "TripTravelerDetails". Medium _TripTravelerDetails.java 17
Invalid class name: "_TripVehicleMap" starts with an underscore Rename the class from "_TripVehicleMap" to "TripVehicleMap". Medium _TripVehicleMap.java 14
Invalid class name: "_User" starts with an underscore Rename the class from "_User" to "User". Medium _User.java 17
Invalid class name: "_UserDetails" starts with an underscore Rename the class from "_UserDetails" to "UserDetails". Medium _UserDetails.java 27
Invalid class name: "_UserGeofenceMap" starts with an underscore Rename the class from "_UserGeofenceMap" to "UserGeofenceMap". Medium _UserGeofenceMap.java 14
Invalid class name: "_UserLandmarks" starts with an underscore Rename the class from "_UserLandmarks" to "UserLandmarks". Medium _UserLandmarks.java 13
Invalid class name: "_UserPreference" starts with an underscore Rename the class from "_UserPreference" to "UserPreference". Medium _UserPreference.java 13
Invalid class name: "_UserPreferences" starts with an underscore Rename the class from "_UserPreferences" to "UserPreferences". Medium _UserPreferences.java 13
Invalid class name: "_Vehicle" starts with an underscore Rename the class from "_Vehicle" to "Vehicle". Medium _Vehicle.java 15
Invalid class name: "_VehicleDetails" starts with an underscore Rename the class from "_VehicleDetails" to "VehicleDetails". Medium _VehicleDetails.java 21
Invalid class name: "_VehicleGroup" starts with an underscore Rename the class from "_VehicleGroup" to "VehicleGroup". Medium _VehicleGroup.java 15
Invalid class name: "_LMU4100Map" starts with an underscore Rename the class from "_LMU4100Map" to "LMU4100Map". Medium _LMU4100Map.java 11
 
Violation Recommendation Severity Resource Line
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium CategoryReader.java 27
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium DirectParamEvaluator.java 18
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium DriftMasker.java 25
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ExpReader.java 27
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ExpressionDecoder.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ExpressionHandler.java 18
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ValidatorReader.java 30
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium PacketDataFetcher.java 29
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ParamUtils.java 18
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ConsumerThread.java 41
Invalid constant name: "optionHheaderStart" starts with lowercase letters Rename the field from "optionHheaderStart" to "OPTIONHHEADERSTART". Medium mandatoryItems.java 5
Invalid constant name: "optionHheaderend" starts with lowercase letters Rename the field from "optionHheaderend" to "OPTIONHHEADEREND". Medium mandatoryItems.java 7
Invalid constant name: "HheaderStart" contains lowercase letters Rename the field from "HheaderStart" to "HHEADERSTART". Medium mandatoryItems.java 9
Invalid constant name: "HheaderEnd" contains lowercase letters Rename the field from "HheaderEnd" to "HHEADEREND". Medium mandatoryItems.java 11
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium PacketConsumer.java 84
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium PacketProducer.java 48
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium QueueAllocator.java 29
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium TimerTask1.java 13
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium UDPServerMINA.java 52
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium WSThread.java 24
Invalid constant name: "EventCode" contains lowercase letters Rename the field from "EventCode" to "EVENTCODE". Medium _ReportRef.java 21
Invalid constant name: "Description" contains lowercase letters Rename the field from "Description" to "DESCRIPTION". Medium _ReportRef.java 22
Invalid constant name: "Category" contains lowercase letters Rename the field from "Category" to "CATEGORY". Medium _ReportRef.java 23
Invalid constant name: "AcknowledgeType" contains lowercase letters Rename the field from "AcknowledgeType" to "ACKNOWLEDGETYPE". Medium _ReportRef.java 25
Invalid constant name: "CO2SAVE_PROPERTY" contains digits Rename the field from "CO2SAVE_PROPERTY" to "COSAVE_PROPERTY". Medium _SavingStatus.java 17
 
Violation Recommendation Severity Resource Line
Invalid exception parameter name: "E" Rename the exception parameter. Medium ValidatorReader.java 53
Invalid exception parameter name: "objEx" Rename the exception parameter. Medium configReader.java 54
Invalid exception parameter name: "objEx" Rename the exception parameter. Medium configReader.java 86
Invalid exception parameter name: "objEx" Rename the exception parameter. Medium configReader.java 118
Invalid exception parameter name: "e1" Rename the exception parameter. Medium DBManager.java 96
Invalid exception parameter name: "te" Rename the exception parameter. Medium DBManager.java 169
Invalid exception parameter name: "je" Rename the exception parameter. Medium PacketConsumer.java 232
Invalid exception parameter name: "je" Rename the exception parameter. Medium PacketProducer.java 91
Invalid exception parameter name: "je" Rename the exception parameter. Medium PacketProducer.java 122
Invalid exception parameter name: "ne" Rename the exception parameter. Medium PacketProducer.java 125
Invalid exception parameter name: "je" Rename the exception parameter. Medium QueueAllocator.java 87
Invalid exception parameter name: "ne" Rename the exception parameter. Medium QueueAllocator.java 90
Invalid exception parameter name: "se" Rename the exception parameter. Medium UDPServerMINA.java 116
Invalid exception parameter name: "e1" Rename the exception parameter. Medium WSThread.java 92
Invalid exception parameter name: "ils" Rename the exception parameter. Medium LMU4100Map.java 37
Invalid exception parameter name: "nullEx" Rename the exception parameter. Medium TripParameters.java 157
 
Violation Recommendation Severity Resource Line
Invalid interface name: "paramItem" starts with lowercase letters Rename the interface from "paramItem" to "ParamItem". Medium paramItem.java 3
 
Violation Recommendation Severity Resource Line
Invalid local variable name: "Keys" starts with uppercase letters Rename the variable. Medium DriftMasker.java 67
Invalid local variable name: "E" starts with uppercase letters Rename the variable. Medium ValidatorReader.java 53
Invalid local variable name: "OrgId" starts with uppercase letters Rename the variable. Medium AsyncCaller.java 86
Invalid local variable name: "Report" starts with uppercase letters Rename the variable. Medium PacketConsumer.java 254
Invalid local variable name: "QueueName" starts with uppercase letters Rename the variable. Medium PacketProducer.java 109
Invalid local variable name: "QueueName" starts with uppercase letters Rename the variable. Medium QueueAllocator.java 73
Invalid local variable name: "IP" starts with uppercase letters Rename the variable. Medium sendMessage.java 29
Invalid local variable name: "IPAddress" starts with uppercase letters Rename the variable. Medium UDPClient.java 154
Invalid local variable name: "IPAddress" starts with uppercase letters Rename the variable. Medium UDPServer.java 18
Invalid local variable name: "IPAddress" starts with uppercase letters Rename the variable. Medium UDPServerMINA.java 108
Invalid local variable name: "EventCode" starts with uppercase letters Rename the variable. Medium _ReportRef.java 37
Invalid local variable name: "Desc" starts with uppercase letters Rename the variable. Medium _ReportRef.java 40
Invalid local variable name: "UserMsgLength" starts with uppercase letters Rename the variable. Medium TripParameters.java 186
Invalid local variable name: "UserMsgRoute" starts with uppercase letters Rename the variable. Medium TripParameters.java 187
Invalid local variable name: "UserMsgId" starts with uppercase letters Rename the variable. Medium TripParameters.java 188
Invalid local variable name: "UserMsg" starts with uppercase letters Rename the variable. Medium TripParameters.java 189
 
Violation Recommendation Severity Resource Line
Invalid loop variable name: "count" Rename the variable to a name that is on the list. Medium RecieveThreadDummy.java 21
 
Violation Recommendation Severity Resource Line
Invalid method parameter name: "IP" starts with uppercase letters Rename the method parameter from "IP" to "iP". Medium sendMessage.java 29
Invalid method parameter name: "EventCode" starts with uppercase letters Rename the method parameter from "EventCode" to "eventCode". Medium _ReportRef.java 37
Invalid method parameter name: "Desc" starts with uppercase letters Rename the method parameter from "Desc" to "desc". Medium _ReportRef.java 40
 
Violation Recommendation Severity Resource Line
Invalid method name: "WhetherInterseted" starts with uppercase letters Rename the method from "WhetherInterseted" to "whetherInterseted". Medium GpsWebserviceClient.java 29
Invalid method name: "Alert" starts with uppercase letters Rename the method from "Alert" to "alert". Medium AlertManager.java 47
Invalid method name: "CallWS_Async" starts with uppercase letters Rename the method from "CallWS_Async" to "callWS_Async". Medium AsyncCaller.java 38
Invalid method name: "ProcessClient" starts with uppercase letters Rename the method from "ProcessClient" to "processClient". Medium AsyncCaller.java 60
Invalid method name: "GetPropertyFileObject" starts with uppercase letters Rename the method from "GetPropertyFileObject" to "getPropertyFileObject". Medium CommonClass.java 14
Invalid method name: "GetPropertyValue" starts with uppercase letters Rename the method from "GetPropertyValue" to "getPropertyValue". Medium CommonClass.java 23
Invalid method name: "SetConnProperty" starts with uppercase letters Rename the method from "SetConnProperty" to "setConnProperty". Medium PacketConsumer.java 92
Invalid method name: "SetConnProperty" starts with uppercase letters Rename the method from "SetConnProperty" to "setConnProperty". Medium PacketProducer.java 49
Invalid method name: "FindProducer" starts with uppercase letters Rename the method from "FindProducer" to "findProducer". Medium PacketProducer.java 104
Invalid method name: "SendPacket" starts with uppercase letters Rename the method from "SendPacket" to "sendPacket". Medium PacketProducer.java 133
Invalid method name: "AllocateQueueCount" starts with uppercase letters Rename the method from "AllocateQueueCount" to "allocateQueueCount". Medium QueueAllocator.java 36
Invalid method name: "AllocateQueue" starts with uppercase letters Rename the method from "AllocateQueue" to "allocateQueue". Medium QueueAllocator.java 53
Invalid method name: "FindProducer" starts with uppercase letters Rename the method from "FindProducer" to "findProducer". Medium QueueAllocator.java 68
Invalid method name: "AssignPckt" starts with uppercase letters Rename the method from "AssignPckt" to "assignPckt". Medium UDPClient.java 58
Invalid method name: "AllocatePckt" starts with uppercase letters Rename the method from "AllocatePckt" to "allocatePckt". Medium UDPClient.java 133
 
Violation Recommendation Severity Resource Line
Invalid package name: "LMU4100" starts with uppercase letters Rename the package. Medium Accounts.java 1
Invalid package name: "DB" starts with uppercase letters Rename the package. Medium Accounts.java 1
 
Violation Recommendation Severity Resource Line
Invalid field name: "instance" starts with lowercase letters Rename the field from "instance" to "Instance". Medium CategoryReader.java 26
Invalid field name: "instance" starts with lowercase letters Rename the field from "instance" to "Instance". Medium ExpReader.java 28
Invalid field name: "instance" starts with lowercase letters Rename the field from "instance" to "Instance". Medium ValidatorReader.java 32
Invalid field name: "service" starts with lowercase letters Rename the field from "service" to "Service". Medium GpsWebserviceClient.java 26
Invalid field name: "pp" starts with lowercase letters Rename the field from "pp" to "Pp". Medium GpsWebserviceClient.java 27
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium FileUtilities.java 29
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium LMUResource.java 24
Invalid field name: "numberOfQueues" starts with lowercase letters Rename the field from "numberOfQueues" to "NumberOfQueues". Medium LMUResource.java 25
Invalid field name: "queueName" starts with lowercase letters Rename the field from "queueName" to "QueueName". Medium LMUResource.java 26
Invalid field name: "serverUrl" starts with lowercase letters Rename the field from "serverUrl" to "ServerUrl". Medium LMUResource.java 27
Invalid field name: "queueThreshold" starts with lowercase letters Rename the field from "queueThreshold" to "QueueThreshold". Medium LMUResource.java 28
Invalid field name: "jmxServiceUrl" starts with lowercase letters Rename the field from "jmxServiceUrl" to "JmxServiceUrl". Medium LMUResource.java 29
Invalid field name: "refreshInterval" starts with lowercase letters Rename the field from "refreshInterval" to "RefreshInterval". Medium LMUResource.java 30
Invalid field name: "acknowledgeType" starts with lowercase letters Rename the field from "acknowledgeType" to "AcknowledgeType". Medium LMUResource.java 31
Invalid field name: "serviceType" starts with lowercase letters Rename the field from "serviceType" to "ServiceType". Medium LMUResource.java 32
Invalid field name: "lmuResource" starts with lowercase letters Rename the field from "lmuResource" to "LmuResource". Medium LMUResource.java 33
Invalid field name: "commonConfig" starts with lowercase letters Rename the field from "commonConfig" to "CommonConfig". Medium LMUResource.java 34
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium LogHandler.java 12
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium AlertManager.java 16
Invalid field name: "nontripsendstatus" starts with lowercase letters Rename the field from "nontripsendstatus" to "Nontripsendstatus". Medium AlertManager.java 20
Invalid field name: "eventcodelist" starts with lowercase letters Rename the field from "eventcodelist" to "Eventcodelist". Medium AlertManager.java 21
Invalid field name: "event_msg_hash" starts with lowercase letters Rename the field from "event_msg_hash" to "Event_msg_hash". Medium AlertManager.java 23
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium AsyncCaller.java 29
Invalid field name: "executor" starts with lowercase letters Rename the field from "executor" to "Executor". Medium AsyncCaller.java 30
Invalid field name: "hdrs" starts with lowercase letters Rename the field from "hdrs" to "Hdrs". Medium configReader.java 17
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium configReader.java 18
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium DBManager.java 45
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium LMUUtils.java 35
Invalid field name: "format1" starts with lowercase letters Rename the field from "format1" to "Format1". Medium LMUUtils.java 36
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium MyLogger.java 8
Invalid field name: "conn" starts with lowercase letters Rename the field from "conn" to "Conn". Medium PacketConsumer.java 66
Invalid field name: "session" starts with lowercase letters Rename the field from "session" to "Session". Medium PacketConsumer.java 67
Invalid field name: "url" starts with lowercase letters Rename the field from "url" to "Url". Medium PacketConsumer.java 68
Invalid field name: "urlRfid" starts with lowercase letters Rename the field from "urlRfid" to "UrlRfid". Medium PacketConsumer.java 72
Invalid field name: "urllstPkt" starts with lowercase letters Rename the field from "urllstPkt" to "UrllstPkt". Medium PacketConsumer.java 73
Invalid field name: "urlWSDL" starts with lowercase letters Rename the field from "urlWSDL" to "UrlWSDL". Medium PacketConsumer.java 74
Invalid field name: "urldevtn" starts with lowercase letters Rename the field from "urldevtn" to "Urldevtn". Medium PacketConsumer.java 75
Invalid field name: "urlValidLast" starts with lowercase letters Rename the field from "urlValidLast" to "UrlValidLast". Medium PacketConsumer.java 76
Invalid field name: "hAccum" starts with lowercase letters Rename the field from "hAccum" to "HAccum". Medium PacketConsumer.java 80
Invalid field name: "categoryEvent" starts with lowercase letters Rename the field from "categoryEvent" to "CategoryEvent". Medium PacketConsumer.java 82
Invalid field name: "serviceList" starts with lowercase letters Rename the field from "serviceList" to "ServiceList". Medium PacketConsumer.java 88
Invalid field name: "lmuResource" starts with lowercase letters Rename the field from "lmuResource" to "LmuResource". Medium PacketConsumer.java 90
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium packetHandler.java 19
Invalid field name: "conn" starts with lowercase letters Rename the field from "conn" to "Conn". Medium PacketProducer.java 36
Invalid field name: "session" starts with lowercase letters Rename the field from "session" to "Session". Medium PacketProducer.java 37
Invalid field name: "url" starts with lowercase letters Rename the field from "url" to "Url". Medium PacketProducer.java 38
Invalid field name: "destination" starts with lowercase letters Rename the field from "destination" to "Destination". Medium PacketProducer.java 39
Invalid field name: "producer" starts with lowercase letters Rename the field from "producer" to "Producer". Medium PacketProducer.java 40
Invalid field name: "queuenames" starts with lowercase letters Rename the field from "queuenames" to "Queuenames". Medium PacketProducer.java 45
Invalid field name: "qnamearr" starts with lowercase letters Rename the field from "qnamearr" to "Qnamearr". Medium PacketProducer.java 46
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium recieveThread.java 51
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium RecieveThreadDummy.java 16
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium sendMessage.java 23
Invalid field name: "serverIp" starts with lowercase letters Rename the field from "serverIp" to "ServerIp". Medium UDPClient.java 18
Invalid field name: "serverPort" starts with lowercase letters Rename the field from "serverPort" to "ServerPort". Medium UDPClient.java 19
Invalid field name: "str1" starts with lowercase letters Rename the field from "str1" to "Str1". Medium UDPClient.java 21
Invalid field name: "time" starts with lowercase letters Rename the field from "time" to "Time". Medium UDPClient.java 22
Invalid field name: "timer" starts with lowercase letters Rename the field from "timer" to "Timer". Medium UDPClient.java 23
Invalid field name: "p" starts with lowercase letters Rename the field from "p" to "P". Medium UDPClient.java 24
Invalid field name: "count" starts with lowercase letters Rename the field from "count" to "Count". Medium UDPClient.java 25
Invalid field name: "cnt" starts with lowercase letters Rename the field from "cnt" to "Cnt". Medium UDPClient.java 26
Invalid field name: "esn" starts with lowercase letters Rename the field from "esn" to "Esn". Medium UDPClient.java 28
Invalid field name: "dateFormat" starts with lowercase letters Rename the field from "dateFormat" to "DateFormat". Medium UDPClient.java 29
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium UDPClient.java 31
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium UDPServerHandler.java 21
Invalid field name: "hAccum" starts with lowercase letters Rename the field from "hAccum" to "HAccum". Medium UDPServerMINA.java 53
Invalid field name: "hsObjLM" starts with lowercase letters Rename the field from "hsObjLM" to "HsObjLM". Medium UDPServerMINA.java 59
Invalid field name: "hsActiveMQ" starts with lowercase letters Rename the field from "hsActiveMQ" to "HsActiveMQ". Medium UDPServerMINA.java 61
Invalid field name: "lmuResource" starts with lowercase letters Rename the field from "lmuResource" to "LmuResource". Medium UDPServerMINA.java 63
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium WSClient.java 29
Invalid field name: "ids" starts with lowercase letters Rename the field from "ids" to "Ids". Medium WSClient.java 33
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium AccumulatorRef.java 15
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium Configurations.java 14
Invalid field name: "instance" starts with lowercase letters Rename the field from "instance" to "Instance". Medium LMU4100Map.java 9
Invalid field name: "context" starts with lowercase letters Rename the field from "context" to "Context". Medium LMU4100Map.java 10
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium ReportRef.java 31
Invalid field name: "instance" starts with lowercase letters Rename the field from "instance" to "Instance". Medium LMU4100Map.java 7
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium TripDetails.java 25
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium TripParameters.java 74
Invalid field name: "hshVeh" starts with lowercase letters Rename the field from "hshVeh" to "HshVeh". Medium TripParameters.java 75
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium VehicleDetails.java 13
 
Violation Recommendation Severity Resource Line
Invalid package prefix: "lmu" Rename the package. Medium AlertManager.java 1
Invalid package prefix: "LMU4100" Rename the package. Medium Accounts.java 1
Invalid package prefix: "LMU4100" Rename the package. Medium _Accounts.java 1
Invalid package prefix: "LMU4100" Rename the package. Medium TripNotFoundException.java 1
Invalid package prefix: "LMU4100" Rename the package. Medium _LMU4100Map.java 1
Invalid package prefix: "LMU4100" Rename the package. Medium LMU4100Map.java 1
 
Violation Recommendation Severity Resource Line
A constructor was used Replace the constructor with a call to valueOf() Medium AsyncCaller.java 84
 
Violation Recommendation Severity Resource Line
Invalid name "is" for type java.io.InputStream Rename the variable to one of the approved names. Medium FileUtilities.java 36
Invalid name "bout" for type java.io.ByteArrayOutputStream Rename the variable to one of the approved names. Medium LogHandler.java 20
 
Violation Recommendation Severity Resource Line
Specify schema version Add a version number to the schema definition. Medium LMU4100.xsd 2
 
Violation
 
Violation Recommendation Severity Resource Line
Missing file comment Add the missing file comment. Low CorrectorVO.java 1
Missing file comment Add the missing file comment. Low GpsWebserviceClient.java 1
Missing file comment Add the missing file comment. Low MobileAlert.java 1
Missing file comment Add the missing file comment. Low MobileAlertMessage.java 1
Missing file comment Add the missing file comment. Low MobileAlertMessageResponse.java 1
Missing file comment Add the missing file comment. Low MobileAlertResponse.java 1
Missing file comment Add the missing file comment. Low MyHandlerResolver.java 1
Missing file comment Add the missing file comment. Low ObjectFactory.java 1
Missing file comment Add the missing file comment. Low package-info.java 1
Missing file comment Add the missing file comment. Low PointInPolygon.java 1
Missing file comment Add the missing file comment. Low PointInPolygonResponse.java 1
Missing file comment Add the missing file comment. Low PolygonRegion.java 1
Missing file comment Add the missing file comment. Low PolygonRegion_Service.java 1
Missing file comment Add the missing file comment. Low SHandler.java 1
Missing file comment Add the missing file comment. Low UpdateRfidHistory.java 1
Missing file comment Add the missing file comment. Low UpdateRfidHistoryResponse.java 1
Missing file comment Add the missing file comment. Low WhetherInterested.java 1
Missing file comment Add the missing file comment. Low WhetherInterestedResponse.java 1
Missing file comment Add the missing file comment. Low LMUResource.java 1
Missing file comment Add the missing file comment. Low LogHandler.java 1
Missing file comment Add the missing file comment. Low StringConstants.java 1
Missing file comment Add the missing file comment. Low ValidatorFactory.java 1
Missing file comment Add the missing file comment. Low AlertManager.java 1
Missing file comment Add the missing file comment. Low AsyncCaller.java 1
Missing file comment Add the missing file comment. Low Base16Encoder.java 1
Missing file comment Add the missing file comment. Low Base64.java 1
Missing file comment Add the missing file comment. Low ClientCommunicator.java 1
Missing file comment Add the missing file comment. Low CommonClass.java 1
Missing file comment Add the missing file comment. Low configReader.java 1
Missing file comment Add the missing file comment. Low DBManager.java 1
Missing file comment Add the missing file comment. Low DBManager_PerfTest.java 1
Missing file comment Add the missing file comment. Low LMMessage.java 1
Missing file comment Add the missing file comment. Low LMUUtils.java 1
Missing file comment Add the missing file comment. Low mandatoryItems.java 1
Missing file comment Add the missing file comment. Low MyLogger.java 1
Missing file comment Add the missing file comment. Low packetHandler.java 1
Missing file comment Add the missing file comment. Low ProrpertiesManager.java 1
Missing file comment Add the missing file comment. Low recieveThread.java 1
Missing file comment Add the missing file comment. Low RecieveThreadDummy.java 1
Missing file comment Add the missing file comment. Low sendMessage.java 1
Missing file comment Add the missing file comment. Low TestClient.java 1
Missing file comment Add the missing file comment. Low TimerTask1.java 1
Missing file comment Add the missing file comment. Low UDPClient.java 1
Missing file comment Add the missing file comment. Low UDPServer.java 1
Missing file comment Add the missing file comment. Low UDPServerHandler.java 1
Missing file comment Add the missing file comment. Low UDPServerMINA.java 1
Missing file comment Add the missing file comment. Low WSClient.java 1
Missing file comment Add the missing file comment. Low WSThread.java 1
Missing file comment Add the missing file comment. Low Accounts.java 1
Missing file comment Add the missing file comment. Low AccumulatorRef.java 1
Missing file comment Add the missing file comment. Low _Accounts.java 1
Missing file comment Add the missing file comment. Low _AccumulatorRef.java 1
Missing file comment Add the missing file comment. Low _CharityBarometer.java 1
Missing file comment Add the missing file comment. Low _Configurations.java 1
Missing file comment Add the missing file comment. Low _Device.java 1
Missing file comment Add the missing file comment. Low _Feedback.java 1
Missing file comment Add the missing file comment. Low _FenceHistory.java 1
Missing file comment Add the missing file comment. Low _FrequentTravellerDetails.java 1
Missing file comment Add the missing file comment. Low _FrequentTripDetails.java 1
Missing file comment Add the missing file comment. Low _Geofence.java 1
Missing file comment Add the missing file comment. Low _GeovehicleMap.java 1
Missing file comment Add the missing file comment. Low _Inbox.java 1
Missing file comment Add the missing file comment. Low _LMU4100Map.java 1
Missing file comment Add the missing file comment. Low _Notification.java 1
Missing file comment Add the missing file comment. Low _Organization.java 1
Missing file comment Add the missing file comment. Low _PickupPoints.java 1
Missing file comment Add the missing file comment. Low _SavingStatus.java 1
Missing file comment Add the missing file comment. Low _Speedparameter.java 1
Missing file comment Add the missing file comment. Low _TripDetails.java 1
Missing file comment Add the missing file comment. Low _TripMsgParams.java 1
Missing file comment Add the missing file comment. Low _TripPreference.java 1
Missing file comment Add the missing file comment. Low _TripScraps.java 1
Missing file comment Add the missing file comment. Low _TripTravelerDetails.java 1
Missing file comment Add the missing file comment. Low _TripVehicleMap.java 1
Missing file comment Add the missing file comment. Low _User.java 1
Missing file comment Add the missing file comment. Low _UserDetails.java 1
Missing file comment Add the missing file comment. Low _UserGeofenceMap.java 1
Missing file comment Add the missing file comment. Low _UserLandmarks.java 1
Missing file comment Add the missing file comment. Low _UserPreference.java 1
Missing file comment Add the missing file comment. Low _UserPreferences.java 1
Missing file comment Add the missing file comment. Low _Vehicle.java 1
Missing file comment Add the missing file comment. Low _VehicleDetails.java 1
Missing file comment Add the missing file comment. Low _VehicleGroup.java 1
Missing file comment Add the missing file comment. Low CharityBarometer.java 1
Missing file comment Add the missing file comment. Low Configurations.java 1
Missing file comment Add the missing file comment. Low Device.java 1
Missing file comment Add the missing file comment. Low TripNotFoundException.java 1
Missing file comment Add the missing file comment. Low VehicleNotFoundException.java 1
Missing file comment Add the missing file comment. Low Feedback.java 1
Missing file comment Add the missing file comment. Low FenceHistory.java 1
Missing file comment Add the missing file comment. Low FrequentTravellerDetails.java 1
Missing file comment Add the missing file comment. Low FrequentTripDetails.java 1
Missing file comment Add the missing file comment. Low Geofence.java 1
Missing file comment Add the missing file comment. Low GeovehicleMap.java 1
Missing file comment Add the missing file comment. Low Inbox.java 1
Missing file comment Add the missing file comment. Low LMU4100Map.java 1
Missing file comment Add the missing file comment. Low Notification.java 1
Missing file comment Add the missing file comment. Low Organization.java 1
Missing file comment Add the missing file comment. Low PickupPoints.java 1
Missing file comment Add the missing file comment. Low _LMU4100Map.java 1
Missing file comment Add the missing file comment. Low LMU4100Map.java 1
Missing file comment Add the missing file comment. Low SavingStatus.java 1
Missing file comment Add the missing file comment. Low Speedparameter.java 1
Missing file comment Add the missing file comment. Low TripDetails.java 1
Missing file comment Add the missing file comment. Low TripMsgParams.java 1
Missing file comment Add the missing file comment. Low TripParameters.java 1
Missing file comment Add the missing file comment. Low TripPreference.java 1
Missing file comment Add the missing file comment. Low TripScraps.java 1
Missing file comment Add the missing file comment. Low TripTravelerDetails.java 1
Missing file comment Add the missing file comment. Low TripVehicleMap.java 1
Missing file comment Add the missing file comment. Low User.java 1
Missing file comment Add the missing file comment. Low UserDetails.java 1
Missing file comment Add the missing file comment. Low UserGeofenceMap.java 1
Missing file comment Add the missing file comment. Low UserLandmarks.java 1
Missing file comment Add the missing file comment. Low UserPreference.java 1
Missing file comment Add the missing file comment. Low UserPreferences.java 1
Missing file comment Add the missing file comment. Low Vehicle.java 1
Missing file comment Add the missing file comment. Low VehicleDetails.java 1
Missing file comment Add the missing file comment. Low VehicleGroup.java 1
Missing file comment Add the missing file comment. Low LMDirect.java 1
Missing file comment Add the missing file comment. Low ObjectFactory.java 1
Missing file comment Add the missing file comment. Low paramItem.java 1
 
Violation Recommendation Severity Resource Line
The package "com.gps.corrector" does not contain a "package.html" file Add the missing "package.html" file. Low CategoryReader.java 8
The package "com.gps.services" does not contain a "package.html" file Add the missing "package.html" file. Low GpsWebserviceClient.java 1
The package "com.gps.utilities" does not contain a "package.html" file Add the missing "package.html" file. Low ConfigReader.java 4
The package "lmu.core" does not contain a "package.html" file Add the missing "package.html" file. Low AlertManager.java 1
The package "LMU4100.DB" does not contain a "package.html" file Add the missing "package.html" file. Low Accounts.java 1
The package "LMU4100.DB.auto" does not contain a "package.html" file Add the missing "package.html" file. Low _Accounts.java 1
The package "LMU4100.DB.exceptions" does not contain a "package.html" file Add the missing "package.html" file. Low TripNotFoundException.java 1
The package "LMU4100.DB.sample.auto" does not contain a "package.html" file Add the missing "package.html" file. Low _LMU4100Map.java 1
The package "LMU4100.DB.sample" does not contain a "package.html" file Add the missing "package.html" file. Low LMU4100Map.java 1
 
Violation Recommendation Severity Resource Line
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CategoryReader.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CategoryReader.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CategoryReader.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CategoryReader.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CategoryReader.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CategoryReader.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CorrectorVO.java 5
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CorrectorVO.java 6
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CorrectorVO.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CorrectorVO.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CorrectorVO.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DirectParamEvaluator.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DirectParamEvaluator.java 19
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low DirectParamEvaluator.java 63
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DirectParamEvaluator.java 77
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DriftMasker.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DriftMasker.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DriftMasker.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DriftMasker.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DriftMasker.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpReader.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpReader.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpReader.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpReader.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpReader.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpReader.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpReader.java 56
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpressionDecoder.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpressionDecoder.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpressionDecoder.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpressionDecoder.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpressionDecoder.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpressionDecoder.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpressionDecoder.java 37
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low ExpressionDecoder.java 131
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low ExpressionHandler.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IPacketObserver.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IPacketObserver.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RuleVO.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RuleVO.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RuleVO.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RuleVO.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RuleVO.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorDetails.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorDetails.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorDetails.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorReader.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorReader.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorReader.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorReader.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorReader.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorReader.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GpsWebserviceClient.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GpsWebserviceClient.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GpsWebserviceClient.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GpsWebserviceClient.java 40
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low GpsWebserviceClient.java 87
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low GpsWebserviceClient.java 94
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlert.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlert.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlert.java 56
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlert.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlert.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlert.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlert.java 64
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlertMessage.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlertMessage.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlertMessage.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ObjectFactory.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PointInPolygon.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PointInPolygon.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PointInPolygon.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UpdateRfidHistory.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UpdateRfidHistory.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UpdateRfidHistory.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UpdateRfidHistory.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WhetherInterested.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WhetherInterested.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WhetherInterested.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConfigReader.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConfigReader.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConfigReader.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FileUtilities.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 66
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 69
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 72
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 75
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 78
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 81
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 84
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 87
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 90
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 93
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 96
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 99
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 102
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 105
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 108
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUResource.java 111
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogHandler.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogHandler.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogHandler.java 19
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low PacketDataFetcher.java 43
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low PacketDataFetcher.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ParamUtils.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low StringConstants.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low StringConstants.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low StringConstants.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low StringConstants.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low StringConstants.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low StringConstants.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low StringConstants.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 73
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AsyncCaller.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ClientCommunicator.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low configReader.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low configReader.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low configReader.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 46
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low ConsumerThread.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 83
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 96
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 107
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low ConsumerThread.java 143
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 161
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUUtils.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUUtils.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUUtils.java 69
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUUtils.java 83
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUUtils.java 105
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUUtils.java 115
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low LMUUtils.java 170
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low LMUUtils.java 193
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MyLogger.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MyLogger.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MyLogger.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MyLogger.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 66
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 67
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 69
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 70
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 71
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 72
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 73
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 74
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 75
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 76
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 77
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 78
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 79
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 80
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 81
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 83
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 85
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 86
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 87
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 88
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 89
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 91
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low PacketConsumer.java 221
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low PacketConsumer.java 229
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 245
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 39
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low packetHandler.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 108
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 226
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 281
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 382
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 444
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 615
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 689
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 712
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 747
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 104
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 133
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low QueueAllocator.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low QueueAllocator.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low QueueAllocator.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low QueueAllocator.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low QueueAllocator.java 53
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low QueueAllocator.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low QueueAllocator.java 98
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low recieveThread.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low recieveThread.java 53
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low recieveThread.java 54
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low recieveThread.java 79
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RecieveThreadDummy.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low sendMessage.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low sendMessage.java 103
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low sendMessage.java 106
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low sendMessage.java 142
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TestClient.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TimerTask1.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TimerTask1.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TimerTask1.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TimerTask1.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 133
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low UDPClient.java 163
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 71
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 79
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerMINA.java 53
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerMINA.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerMINA.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerMINA.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerMINA.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerMINA.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerMINA.java 64
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WSClient.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WSClient.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WSClient.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WSClient.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WSClient.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WSClient.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WSClient.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WSClient.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WSClient.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WSClient.java 33
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low WSClient.java 36
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low WSClient.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WSThread.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WSThread.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WSThread.java 37
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low WSThread.java 85
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low WSThread.java 113
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low WSThread.java 125
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Accounts.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Accounts.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Accounts.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Accounts.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _AccumulatorRef.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _AccumulatorRef.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _AccumulatorRef.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _CharityBarometer.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _CharityBarometer.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _CharityBarometer.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _CharityBarometer.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Configurations.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Configurations.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Configurations.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Configurations.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 69
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 76
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 83
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 90
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 97
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 100
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 70
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FrequentTravellerDetails.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FrequentTripDetails.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FrequentTripDetails.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FrequentTripDetails.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 66
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 73
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 80
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 87
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 94
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 97
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 101
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 110
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 119
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 124
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 127
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _GeovehicleMap.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _GeovehicleMap.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _GeovehicleMap.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _GeovehicleMap.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _GeovehicleMap.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _GeovehicleMap.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Notification.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Notification.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Notification.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Notification.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Notification.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Notification.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 64
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 71
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 78
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 85
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 92
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 99
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 106
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 109
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 113
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 118
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 121
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _PickupPoints.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _PickupPoints.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _PickupPoints.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _PickupPoints.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Speedparameter.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Speedparameter.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Speedparameter.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Speedparameter.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 53
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 56
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 63
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 64
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 66
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 67
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 69
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 70
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 75
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 82
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 89
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 96
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 103
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 110
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 117
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 53
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 83
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 88
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 91
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 102
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 109
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 116
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 119
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 122
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 129
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 136
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 139
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 142
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 149
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 156
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 163
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 170
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 177
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 184
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 191
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 194
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 206
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 209
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 212
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 215
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 224
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 229
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 232
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 69
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 76
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripScraps.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripScraps.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripScraps.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripScraps.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 75
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 82
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 89
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 96
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 103
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 110
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 117
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 124
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 131
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 134
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 138
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripVehicleMap.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripVehicleMap.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 69
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 76
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 83
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 90
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 97
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 104
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 111
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 118
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 125
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 132
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 139
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 142
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 146
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 151
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 154
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 53
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 56
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 75
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 82
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 89
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 96
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 103
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 110
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 117
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 124
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 131
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 138
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 145
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 152
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 159
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 166
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 173
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 180
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 187
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserGeofenceMap.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserGeofenceMap.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreference.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreference.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreference.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreference.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreference.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreference.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 72
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 79
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 86
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 93
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 100
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 107
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 114
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 121
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 128
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 135
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 76
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 72
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 79
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 86
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 93
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 100
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 107
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 114
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 121
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 128
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 135
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 142
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 149
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 152
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 156
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 165
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 174
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 183
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 192
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 197
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 200
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 204
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 209
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 212
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Configurations.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMU4100Map.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMU4100Map.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMU4100Map.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ReportRef.java 32
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low ReportRef.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ReportRef.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 59
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TripDetails.java 96
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TripDetails.java 109
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TripDetails.java 120
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TripDetails.java 148
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 173
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TripDetails.java 185
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParameters.java 72
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParameters.java 73
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParameters.java 74
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParameters.java 75
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParameters.java 76
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TripParameters.java 274
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TripParameters.java 282
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParameters.java 572
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low paramItem.java 6
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low paramItem.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low paramItem.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low paramItem.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low paramItem.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low paramItem.java 23
 
Violation Recommendation Severity Resource Line
An array is being created in a loop Avoid array creation in loops unless absolutely necessary. Low CategoryReader.java 85
An array is being created in a loop Avoid array creation in loops unless absolutely necessary. Low ExpReader.java 86
An array is being created in a loop Avoid array creation in loops unless absolutely necessary. Low ValidatorReader.java 134
The class ArrayList<Node> is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low FileUtilities.java 85
The class ConsumerThread is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low PacketConsumer.java 206
The class Thread is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low PacketConsumer.java 225
The class UDPClient is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low TimerTask1.java 33
The class DatagramPacket is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low UDPServer.java 23
The class WSThread is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low WSClient.java 51
The class Thread is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low WSClient.java 52
The class Integer is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low TripParameters.java 237
 
Violation Recommendation Severity Resource Line
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DirectParamEvaluator.java 17
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DirectParamEvaluator.java 18
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DirectParamEvaluator.java 19
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 106
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 115
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 118
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 119
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 120
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 122
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 123
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 124
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 125
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 119
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 120
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 148
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 149
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 150
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 151
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 152
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 153
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IPacketObserver.java 11
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IPacketObserver.java 12
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IPacketObserver.java 13
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 106
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessage.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessage.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessage.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessage.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessage.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessage.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessage.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessageResponse.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessageResponse.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessageResponse.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessageResponse.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertResponse.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertResponse.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertResponse.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertResponse.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygon.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygon.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygon.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygon.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygon.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygon.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygon.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygonResponse.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygonResponse.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygonResponse.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygonResponse.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 26
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 27
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion_Service.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion_Service.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterested.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterested.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterested.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterested.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterested.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterested.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterested.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterestedResponse.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterestedResponse.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterestedResponse.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterestedResponse.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FileUtilities.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FileUtilities.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FileUtilities.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FileUtilities.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FileUtilities.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FileUtilities.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FileUtilities.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogHandler.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 16
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 17
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 18
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 19
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 20
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 21
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 22
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 26
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 27
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Base16Encoder.java 6
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Base16Encoder.java 14
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Base16Encoder.java 15
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Base16Encoder.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Base16Encoder.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Base16Encoder.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Base16Encoder.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ClientCommunicator.java 4
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ClientCommunicator.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ClientCommunicator.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ClientCommunicator.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low configReader.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low configReader.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConsumerThread.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConsumerThread.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConsumerThread.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConsumerThread.java 119
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConsumerThread.java 123
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConsumerThread.java 141
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 128
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 129
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 130
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 131
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 132
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 133
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 134
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 135
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 136
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 137
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 138
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 139
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 140
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 141
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 142
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 143
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 144
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 145
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 146
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 148
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 149
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 150
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 151
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 152
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 153
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 154
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 155
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 156
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 18
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 19
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 20
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 22
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 26
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 27
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager_PerfTest.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 127
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 136
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 139
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 140
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 142
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 143
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 144
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 145
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 146
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 149
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 150
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 152
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 153
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 154
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 158
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 159
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 162
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 163
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 167
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 168
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 197
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 198
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 199
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 200
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 202
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low mandatoryItems.java 9
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 176
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 177
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 190
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 191
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 192
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 235
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 237
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 250
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 251
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 252
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 253
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 254
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 255
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 256
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 257
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 258
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 259
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 262
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 263
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 265
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 266
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 268
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 270
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 271
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 272
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 273
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 274
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 275
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 131
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 132
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 133
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 134
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 135
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 136
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 137
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 157
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 158
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 159
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 160
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 170
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 171
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 172
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 173
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 174
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 175
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 176
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 177
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 178
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 179
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 199
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 200
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 201
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 202
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 203
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 204
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 205
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 115
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 118
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 119
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 120
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 142
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 143
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 144
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 145
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 146
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 148
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 149
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 150
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 151
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ProrpertiesManager.java 11
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ProrpertiesManager.java 12
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ProrpertiesManager.java 13
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 115
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 118
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 119
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 122
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 123
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 140
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 141
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 143
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 145
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 148
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 149
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 151
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 152
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 153
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 155
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 156
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 157
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 158
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 159
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 160
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 161
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 162
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 163
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 164
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 165
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 167
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 169
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 170
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 171
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 172
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 173
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 175
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 176
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 115
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 118
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 120
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 123
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 124
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 125
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 126
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 127
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 128
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 129
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 130
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 131
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 132
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 133
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 134
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TestClient.java 118
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 17
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 18
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 19
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 20
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 21
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 22
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 26
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 27
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerHandler.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerHandler.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerHandler.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 106
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 131
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 132
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 133
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 135
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 136
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 137
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WSThread.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WSThread.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WSThread.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WSThread.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WSThread.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WSThread.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WSThread.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Configurations.java 22
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Configurations.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Device.java 17
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Device.java 18
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Device.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Device.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Device.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Device.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripNotFoundException.java 5
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripNotFoundException.java 6
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripNotFoundException.java 7
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripNotFoundException.java 8
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMU4100Map.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMU4100Map.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMU4100Map.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMU4100Map.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMU4100Map.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMU4100Map.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Organization.java 8
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Organization.java 9
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 122
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 123
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 125
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 127
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 128
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 129
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 130
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripMsgParams.java 21
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripMsgParams.java 22
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 118
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 141
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 142
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 151
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 155
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 159
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 162
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 167
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 175
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 176
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 178
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 179
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 181
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 182
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 198
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 199
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 201
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 202
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 204
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 205
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 208
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 209
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 222
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 223
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 227
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 228
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 231
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 238
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 239
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 240
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 252
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 257
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 264
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 269
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 270
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 272
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 273
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 309
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 17
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 18
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 59
 
Violation Recommendation Severity Resource Line
File contains 2052 lines, should be less than 2000 lines Move some of the functionality in this file into other files. Low Base64.java 1
 
Violation Recommendation Severity Resource Line
The abstract class defines a type Add an interface that defines the type, and make _Accounts implement that interface. Low _Accounts.java 11
The abstract class defines a type Add an interface that defines the type, and make _CharityBarometer implement that interface. Low _CharityBarometer.java 13
The abstract class defines a type Add an interface that defines the type, and make _Configurations implement that interface. Low _Configurations.java 5
The abstract class defines a type Add an interface that defines the type, and make _Device implement that interface. Low _Device.java 16
The abstract class defines a type Add an interface that defines the type, and make _Feedback implement that interface. Low _Feedback.java 16
The abstract class defines a type Add an interface that defines the type, and make _FenceHistory implement that interface. Low _FenceHistory.java 15
The abstract class defines a type Add an interface that defines the type, and make _FrequentTravellerDetails implement that interface. Low _FrequentTravellerDetails.java 13
The abstract class defines a type Add an interface that defines the type, and make _FrequentTripDetails implement that interface. Low _FrequentTripDetails.java 13
The abstract class defines a type Add an interface that defines the type, and make _Geofence implement that interface. Low _Geofence.java 18
The abstract class defines a type Add an interface that defines the type, and make _GeovehicleMap implement that interface. Low _GeovehicleMap.java 16
The abstract class defines a type Add an interface that defines the type, and make _Inbox implement that interface. Low _Inbox.java 15
The abstract class defines a type Add an interface that defines the type, and make _Notification implement that interface. Low _Notification.java 13
The abstract class defines a type Add an interface that defines the type, and make _Organization implement that interface. Low _Organization.java 16
The abstract class defines a type Add an interface that defines the type, and make _PickupPoints implement that interface. Low _PickupPoints.java 13
The abstract class defines a type Add an interface that defines the type, and make _SavingStatus implement that interface. Low _SavingStatus.java 15
The abstract class defines a type Add an interface that defines the type, and make _Speedparameter implement that interface. Low _Speedparameter.java 13
The abstract class defines a type Add an interface that defines the type, and make _TripMsgParams implement that interface. Low _TripMsgParams.java 13
The abstract class defines a type Add an interface that defines the type, and make _TripPreference implement that interface. Low _TripPreference.java 11
The abstract class defines a type Add an interface that defines the type, and make _TripScraps implement that interface. Low _TripScraps.java 13
The abstract class defines a type Add an interface that defines the type, and make _TripTravelerDetails implement that interface. Low _TripTravelerDetails.java 17
The abstract class defines a type Add an interface that defines the type, and make _TripVehicleMap implement that interface. Low _TripVehicleMap.java 14
The abstract class defines a type Add an interface that defines the type, and make _User implement that interface. Low _User.java 17
The abstract class defines a type Add an interface that defines the type, and make _UserGeofenceMap implement that interface. Low _UserGeofenceMap.java 14
The abstract class defines a type Add an interface that defines the type, and make _UserLandmarks implement that interface. Low _UserLandmarks.java 13
The abstract class defines a type Add an interface that defines the type, and make _UserPreference implement that interface. Low _UserPreference.java 13
The abstract class defines a type Add an interface that defines the type, and make _UserPreferences implement that interface. Low _UserPreferences.java 13
The abstract class defines a type Add an interface that defines the type, and make _Vehicle implement that interface. Low _Vehicle.java 15
The abstract class defines a type Add an interface that defines the type, and make _VehicleGroup implement that interface. Low _VehicleGroup.java 15
 
Violation Recommendation Severity Resource Line
Multiple iterations detected Consider rewriting the loops to perform one iteration, if possible. Low DirectParamEvaluator.java 31
Multiple iterations detected Consider rewriting the loops to perform one iteration, if possible. Low recieveThread.java 70
 
Violation Recommendation Severity Resource Line
Questionable method parameter assignment: expression=replaceCharWithVal(expression,strItem.toString(),strValue) Check the logic of the assignment statement. Low ExpressionDecoder.java 58
Questionable method parameter assignment: expression=null Check the logic of the assignment statement. Low ExpressionDecoder.java 60
Questionable method parameter assignment: expression = expression.replaceFirst("\\$"+param.toString()+"\\$",value) Check the logic of the assignment statement. Low ExpressionDecoder.java 79
Questionable method parameter assignment: s = s.toUpperCase() Check the logic of the assignment statement. Low LMUUtils.java 60
Questionable method parameter assignment: d = d / 16 Check the logic of the assignment statement. Low LMUUtils.java 79
Questionable method parameter assignment: objByte[Integer.parseInt(strTemp[1])+i] = inputByte[iPos-1+i] Check the logic of the assignment statement. Low sendMessage.java 125
Questionable method parameter assignment: b >>= 1 Check the logic of the assignment statement. Low UDPServer.java 43
 
Violation Recommendation Severity Resource Line
Assignment to numberOfQueues in non-static context Verify that you intended to modify <code>numberOfQueues</code> in a non-static context. Low LMUResource.java 70
Assignment to queueName in non-static context Verify that you intended to modify <code>queueName</code> in a non-static context. Low LMUResource.java 76
Assignment to serverUrl in non-static context Verify that you intended to modify <code>serverUrl</code> in a non-static context. Low LMUResource.java 82
Assignment to queueThreshold in non-static context Verify that you intended to modify <code>queueThreshold</code> in a non-static context. Low LMUResource.java 88
Assignment to jmxServiceUrl in non-static context Verify that you intended to modify <code>jmxServiceUrl</code> in a non-static context. Low LMUResource.java 94
Assignment to refreshInterval in non-static context Verify that you intended to modify <code>refreshInterval</code> in a non-static context. Low LMUResource.java 100
Assignment to acknowledgeType in non-static context Verify that you intended to modify <code>acknowledgeType</code> in a non-static context. Low LMUResource.java 106
Assignment to serviceType in non-static context Verify that you intended to modify <code>serviceType</code> in a non-static context. Low LMUResource.java 112
Assignment to nontripsendstatus in non-static context Verify that you intended to modify <code>nontripsendstatus</code> in a non-static context. Low AlertManager.java 26
Assignment to eventcodelist in non-static context Verify that you intended to modify <code>eventcodelist</code> in a non-static context. Low AlertManager.java 28
Assignment to executor in non-static context Verify that you intended to modify <code>executor</code> in a non-static context. Low AsyncCaller.java 35
Assignment to hAccum in non-static context Verify that you intended to modify <code>hAccum</code> in a non-static context. Low PacketConsumer.java 99
Assignment to urlRfid in non-static context Verify that you intended to modify <code>urlRfid</code> in a non-static context. Low PacketConsumer.java 109
Assignment to urllstPkt in non-static context Verify that you intended to modify <code>urllstPkt</code> in a non-static context. Low PacketConsumer.java 110
Assignment to urlWSDL in non-static context Verify that you intended to modify <code>urlWSDL</code> in a non-static context. Low PacketConsumer.java 111
Assignment to urldevtn in non-static context Verify that you intended to modify <code>urldevtn</code> in a non-static context. Low PacketConsumer.java 112
Assignment to urlValidLast in non-static context Verify that you intended to modify <code>urlValidLast</code> in a non-static context. Low PacketConsumer.java 114
Assignment to url in non-static context Verify that you intended to modify <code>url</code> in a non-static context. Low PacketConsumer.java 150
Assignment to QueueCount in non-static context Verify that you intended to modify <code>QueueCount</code> in a non-static context. Low PacketConsumer.java 180
Assignment to conn in non-static context Verify that you intended to modify <code>conn</code> in a non-static context. Low PacketConsumer.java 182
Assignment to session in non-static context Verify that you intended to modify <code>session</code> in a non-static context. Low PacketConsumer.java 184
Assignment to url in non-static context Verify that you intended to modify <code>url</code> in a non-static context. Low PacketProducer.java 53
Assignment to queuenames in non-static context Verify that you intended to modify <code>queuenames</code> in a non-static context. Low PacketProducer.java 59
Assignment to qnamearr in non-static context Verify that you intended to modify <code>qnamearr</code> in a non-static context. Low PacketProducer.java 62
Assignment to NumberofQueues in non-static context Verify that you intended to modify <code>NumberofQueues</code> in a non-static context. Low PacketProducer.java 65
Assignment to conn in non-static context Verify that you intended to modify <code>conn</code> in a non-static context. Low PacketProducer.java 70
Assignment to session in non-static context Verify that you intended to modify <code>session</code> in a non-static context. Low PacketProducer.java 72
Assignment to destination in non-static context Verify that you intended to modify <code>destination</code> in a non-static context. Low PacketProducer.java 74
Assignment to producer in non-static context Verify that you intended to modify <code>producer</code> in a non-static context. Low PacketProducer.java 75
Assignment to NumberofQueues in non-static context Verify that you intended to modify <code>NumberofQueues</code> in a non-static context. Low QueueAllocator.java 42
Assignment to QueueCount in non-static context Verify that you intended to modify <code>QueueCount</code> in a non-static context. Low QueueAllocator.java 47
Assignment to QueueCount in non-static context Verify that you intended to modify <code>QueueCount</code> in a non-static context. Low QueueAllocator.java 50
Assignment to serverIp in non-static context Verify that you intended to modify <code>serverIp</code> in a non-static context. Low UDPClient.java 34
Assignment to serverPort in non-static context Verify that you intended to modify <code>serverPort</code> in a non-static context. Low UDPClient.java 35
 
Violation Recommendation Severity Resource Line
Unnecessary creation of Integer object Replace with a call to Integer.toString(...). Low AsyncCaller.java 84
 
Violation Recommendation Severity Resource Line
The variable "attributeType" is initialized within a loop Initialize the "attributeType" variable outside of the loop. Low CategoryReader.java 83
The variable "methodName" is initialized within a loop Initialize the "methodName" variable outside of the loop. Low CategoryReader.java 84
The variable "attributeType" is initialized within a loop Initialize the "attributeType" variable outside of the loop. Low ExpReader.java 84
The variable "methodName" is initialized within a loop Initialize the "methodName" variable outside of the loop. Low ExpReader.java 85
The variable "attributeType" is initialized within a loop Initialize the "attributeType" variable outside of the loop. Low ValidatorReader.java 132
The variable "methodName" is initialized within a loop Initialize the "methodName" variable outside of the loop. Low ValidatorReader.java 133
The variable "node" is initialized within a loop Initialize the "node" variable outside of the loop. Low FileUtilities.java 76
The variable "outerObject" is initialized within a loop Initialize the "outerObject" variable outside of the loop. Low PacketDataFetcher.java 82
The variable "key" is initialized within a loop Initialize the "key" variable outside of the loop. Low PacketDataFetcher.java 84
The variable "value" is initialized within a loop Initialize the "value" variable outside of the loop. Low PacketDataFetcher.java 86
The variable "code" is initialized within a loop Initialize the "code" variable outside of the loop. Low AlertManager.java 30
The variable "msg" is initialized within a loop Initialize the "msg" variable outside of the loop. Low AlertManager.java 31
The variable "msg" is initialized within a loop Initialize the "msg" variable outside of the loop. Low AlertManager.java 79
The variable "code" is initialized within a loop Initialize the "code" variable outside of the loop. Low AlertManager.java 81
The variable "digit1" is initialized within a loop Initialize the "digit1" variable outside of the loop. Low Base16Encoder.java 26
The variable "digit2" is initialized within a loop Initialize the "digit2" variable outside of the loop. Low Base16Encoder.java 26
The variable "objMsg" is initialized within a loop Initialize the "objMsg" variable outside of the loop. Low ConsumerThread.java 57
The variable "packetType" is initialized within a loop Initialize the "packetType" variable outside of the loop. Low ConsumerThread.java 67
The variable "c" is initialized within a loop Initialize the "c" variable outside of the loop. Low LMUUtils.java 63
The variable "d" is initialized within a loop Initialize the "d" variable outside of the loop. Low LMUUtils.java 64
The variable "digit" is initialized within a loop Initialize the "digit" variable outside of the loop. Low LMUUtils.java 77
The variable "worker" is initialized within a loop Initialize the "worker" variable outside of the loop. Low TimerTask1.java 33
The variable "activeThreads" is initialized within a loop Initialize the "activeThreads" variable outside of the loop. Low TimerTask1.java 35
The variable "str" is initialized within a loop Initialize the "str" variable outside of the loop. Low UDPClient.java 71
The variable "str" is initialized within a loop Initialize the "str" variable outside of the loop. Low UDPClient.java 90
The variable "str_Time" is initialized within a loop Initialize the "str_Time" variable outside of the loop. Low UDPClient.java 91
The variable "pckt" is initialized within a loop Initialize the "pckt" variable outside of the loop. Low UDPClient.java 94
The variable "strInput" is initialized within a loop Initialize the "strInput" variable outside of the loop. Low UDPClient.java 174
The variable "value" is initialized within a loop Initialize the "value" variable outside of the loop. Low TripParameters.java 235
 
Violation Recommendation Severity Resource Line
Avoid using the Class.getDeclaredMethod() method Don't use this Reflection method. Low CategoryReader.java 85
Avoid using the Class.getDeclaredMethod() method Don't use this Reflection method. Low ExpReader.java 86
Avoid using the Class.getDeclaredMethod() method Don't use this Reflection method. Low ValidatorReader.java 134
 
Violation Recommendation Severity Resource Line
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low Organization.java 7
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low TripDetails.java 55
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low VehicleDetails.java 16
 
Violation Recommendation Severity Resource Line
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low DriftMasker.java 46
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low LMUResource.java 45
Don't use java.lang.Long.parseLong() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low LMUUtils.java 42
Don't use java.lang.Long.parseLong() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low PacketProducer.java 149
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low recieveThread.java 84
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low sendMessage.java 45
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low sendMessage.java 48
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low sendMessage.java 49
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low sendMessage.java 120
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low sendMessage.java 121
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low sendMessage.java 125
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low UDPClient.java 48
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low UDPClient.java 49
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low UDPClient.java 50
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low UDPServerMINA.java 71
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low TripMsgParams.java 28
 
Violation Recommendation Severity Resource Line
Local variable not declared at beginning of block: thisMethod Move the variable declaration to the beginning of the block. Low CategoryReader.java 68
Local variable not declared at beginning of block: expressionClass Move the variable declaration to the beginning of the block. Low CategoryReader.java 69
Local variable not declared at beginning of block: node Move the variable declaration to the beginning of the block. Low CategoryReader.java 70
Local variable not initialized: node Initialize the variable as part of its declaration. Low CategoryReader.java 70
Local variable not declared at beginning of block: nodeMaps Move the variable declaration to the beginning of the block. Low CategoryReader.java 71
Local variable not initialized: nodeMaps Initialize the variable as part of its declaration. Low CategoryReader.java 71
Local variable not declared at beginning of block: eElement Move the variable declaration to the beginning of the block. Low CategoryReader.java 72
Local variable not initialized: eElement Initialize the variable as part of its declaration. Low CategoryReader.java 72
Local variable not declared at beginning of block: expression Move the variable declaration to the beginning of the block. Low DirectParamEvaluator.java 31
Local variable not declared at beginning of block: decoder Move the variable declaration to the beginning of the block. Low DirectParamEvaluator.java 32
Local variable not declared at beginning of block: handler Move the variable declaration to the beginning of the block. Low DirectParamEvaluator.java 33
Local variable not declared at beginning of block: xprssion Move the variable declaration to the beginning of the block. Low DirectParamEvaluator.java 41
Local variable not declared at beginning of block: decodedExpression Move the variable declaration to the beginning of the block. Low DirectParamEvaluator.java 43
Local variable not declared at beginning of block: decoder Move the variable declaration to the beginning of the block. Low DriftMasker.java 41
Local variable not declared at beginning of block: loadCategory Move the variable declaration to the beginning of the block. Low DriftMasker.java 46
Local variable not declared at beginning of block: arg Move the variable declaration to the beginning of the block. Low DriftMasker.java 47
Local variable not declared at beginning of block: expression Move the variable declaration to the beginning of the block. Low DriftMasker.java 50
Local variable not declared at beginning of block: Keys Move the variable declaration to the beginning of the block. Low DriftMasker.java 67
Local variable not declared at beginning of block: result Move the variable declaration to the beginning of the block. Low DriftMasker.java 78
Local variable not declared at beginning of block: param Move the variable declaration to the beginning of the block. Low DriftMasker.java 87
Local variable not declared at beginning of block: thisMethod Move the variable declaration to the beginning of the block. Low ExpReader.java 71
Local variable not declared at beginning of block: expressionClass Move the variable declaration to the beginning of the block. Low ExpReader.java 72
Local variable not declared at beginning of block: node Move the variable declaration to the beginning of the block. Low ExpReader.java 73
Local variable not initialized: node Initialize the variable as part of its declaration. Low ExpReader.java 73
Local variable not declared at beginning of block: nodeMaps Move the variable declaration to the beginning of the block. Low ExpReader.java 74
Local variable not initialized: nodeMaps Initialize the variable as part of its declaration. Low ExpReader.java 74
Local variable not declared at beginning of block: eElement Move the variable declaration to the beginning of the block. Low ExpReader.java 75
Local variable not initialized: eElement Initialize the variable as part of its declaration. Low ExpReader.java 75
Local variable not declared at beginning of block: arlValue Move the variable declaration to the beginning of the block. Low ExpressionDecoder.java 43
Local variable not declared at beginning of block: strValue Move the variable declaration to the beginning of the block. Low ExpressionDecoder.java 44
Local variable not declared at beginning of block: ss Move the variable declaration to the beginning of the block. Low ExpressionDecoder.java 118
Local variable not declared at beginning of block: thisMethod Move the variable declaration to the beginning of the block. Low ValidatorReader.java 118
Local variable not declared at beginning of block: expressionClass Move the variable declaration to the beginning of the block. Low ValidatorReader.java 119
Local variable not declared at beginning of block: node Move the variable declaration to the beginning of the block. Low ValidatorReader.java 120
Local variable not initialized: node Initialize the variable as part of its declaration. Low ValidatorReader.java 120
Local variable not declared at beginning of block: nodeMaps Move the variable declaration to the beginning of the block. Low ValidatorReader.java 121
Local variable not initialized: nodeMaps Initialize the variable as part of its declaration. Low ValidatorReader.java 121
Local variable not declared at beginning of block: eElement Move the variable declaration to the beginning of the block. Low ValidatorReader.java 122
Local variable not initialized: eElement Initialize the variable as part of its declaration. Low ValidatorReader.java 122
Local variable not declared at beginning of block: date2 Move the variable declaration to the beginning of the block. Low GpsWebserviceClient.java 72
Local variable not declared at beginning of block: url Move the variable declaration to the beginning of the block. Low GpsWebserviceClient.java 80
Local variable not declared at beginning of block: qname Move the variable declaration to the beginning of the block. Low GpsWebserviceClient.java 84
Local variable not declared at beginning of block: service Move the variable declaration to the beginning of the block. Low GpsWebserviceClient.java 86
Local variable not declared at beginning of block: region Move the variable declaration to the beginning of the block. Low GpsWebserviceClient.java 89
Local variable not declared at beginning of block: itr Move the variable declaration to the beginning of the block. Low GpsWebserviceClient.java 90
Local variable not initialized: db Initialize the variable as part of its declaration. Low FileUtilities.java 34
Local variable not initialized: is Initialize the variable as part of its declaration. Low FileUtilities.java 36
Local variable not declared at beginning of block: repRef Move the variable declaration to the beginning of the block. Low LMUResource.java 40
Local variable not declared at beginning of block: context Move the variable declaration to the beginning of the block. Low LMUResource.java 41
Local variable not declared at beginning of block: ackEvent Move the variable declaration to the beginning of the block. Low LMUResource.java 42
Local variable not declared at beginning of block: msg Move the variable declaration to the beginning of the block. Low LogHandler.java 22
Local variable not initialized: c Initialize the variable as part of its declaration. Low ValidatorFactory.java 17
Local variable not declared at beginning of block: eventcodes Move the variable declaration to the beginning of the block. Low AlertManager.java 27
Local variable not declared at beginning of block: group Move the variable declaration to the beginning of the block. Low AlertManager.java 61
Local variable not declared at beginning of block: code Move the variable declaration to the beginning of the block. Low AlertManager.java 81
Local variable not declared at beginning of block: isInterested Move the variable declaration to the beginning of the block. Low AlertManager.java 83
Local variable not declared at beginning of block: isInterested Move the variable declaration to the beginning of the block. Low AsyncCaller.java 63
Local variable not declared at beginning of block: cal Move the variable declaration to the beginning of the block. Low AsyncCaller.java 64
Local variable not initialized: cal Initialize the variable as part of its declaration. Low AsyncCaller.java 64
Local variable not declared at beginning of block: date2 Move the variable declaration to the beginning of the block. Low AsyncCaller.java 73
Local variable not declared at beginning of block: gpsClient Move the variable declaration to the beginning of the block. Low AsyncCaller.java 74
Local variable not declared at beginning of block: eventcode Move the variable declaration to the beginning of the block. Low AsyncCaller.java 83
Local variable not declared at beginning of block: evcode Move the variable declaration to the beginning of the block. Low AsyncCaller.java 84
Local variable not declared at beginning of block: OrgId Move the variable declaration to the beginning of the block. Low AsyncCaller.java 86
Local variable not declared at beginning of block: isIn Move the variable declaration to the beginning of the block. Low AsyncCaller.java 98
Local variable not declared at beginning of block: formatter Move the variable declaration to the beginning of the block. Low AsyncCaller.java 100
Local variable not declared separately: digit2 Declare the variable in its own separate declaration statement. Low Base16Encoder.java 26
Local variable not declared at beginning of block: connFuture Move the variable declaration to the beginning of the block. Low ClientCommunicator.java 38
Local variable not declared at beginning of block: jc Move the variable declaration to the beginning of the block. Low configReader.java 29
Local variable not declared at beginning of block: unmarshaller Move the variable declaration to the beginning of the block. Low configReader.java 31
Local variable not declared at beginning of block: packetType Move the variable declaration to the beginning of the block. Low ConsumerThread.java 67
Local variable not declared at beginning of block: dbObj Move the variable declaration to the beginning of the block. Low ConsumerThread.java 150
Local variable not declared at beginning of block: tripParamObj Move the variable declaration to the beginning of the block. Low DBManager.java 77
Local variable not declared at beginning of block: date2 Move the variable declaration to the beginning of the block. Low DBManager.java 84
Local variable not declared at beginning of block: flag Move the variable declaration to the beginning of the block. Low DBManager.java 92
Local variable not declared at beginning of block: formatter Move the variable declaration to the beginning of the block. Low DBManager.java 111
Local variable not declared at beginning of block: flag Move the variable declaration to the beginning of the block. Low DBManager.java 118
Local variable not declared at beginning of block: objTrpDtl Move the variable declaration to the beginning of the block. Low DBManager_PerfTest.java 46
Local variable not declared at beginning of block: trpParams Move the variable declaration to the beginning of the block. Low DBManager_PerfTest.java 47
Local variable not declared at beginning of block: latTemp Move the variable declaration to the beginning of the block. Low DBManager_PerfTest.java 64
Local variable not declared at beginning of block: longTemp Move the variable declaration to the beginning of the block. Low DBManager_PerfTest.java 66
Local variable not initialized: date1 Initialize the variable as part of its declaration. Low LMUUtils.java 39
Local variable not declared at beginning of block: d Move the variable declaration to the beginning of the block. Low LMUUtils.java 43
Local variable not declared at beginning of block: cal Move the variable declaration to the beginning of the block. Low LMUUtils.java 44
Local variable not declared at beginning of block: val Move the variable declaration to the beginning of the block. Low LMUUtils.java 61
Local variable not declared at beginning of block: hex Move the variable declaration to the beginning of the block. Low LMUUtils.java 75
Local variable not declared at beginning of block: method Move the variable declaration to the beginning of the block. Low LMUUtils.java 122
Local variable not declared at beginning of block: stat Move the variable declaration to the beginning of the block. Low LMUUtils.java 124
Local variable not declared at beginning of block: responseBody Move the variable declaration to the beginning of the block. Low LMUUtils.java 150
Local variable not initialized: address1 Initialize the variable as part of its declaration. Low LMUUtils.java 191
Local variable not initialized: address2 Initialize the variable as part of its declaration. Low LMUUtils.java 192
Local variable not declared at beginning of block: inputXML2 Move the variable declaration to the beginning of the block. Low LMUUtils.java 199
Local variable not initialized: event Initialize the variable as part of its declaration. Low LMUUtils.java 216
Local variable not declared at beginning of block: objConfig Move the variable declaration to the beginning of the block. Low PacketConsumer.java 108
Local variable not declared at beginning of block: validatorList Move the variable declaration to the beginning of the block. Low PacketConsumer.java 131
Local variable not declared at beginning of block: observerInstance Move the variable declaration to the beginning of the block. Low PacketConsumer.java 132
Local variable not declared at beginning of block: validatorFactory Move the variable declaration to the beginning of the block. Low PacketConsumer.java 133
Local variable not declared at beginning of block: queuenames Move the variable declaration to the beginning of the block. Low PacketConsumer.java 169
Local variable not declared at beginning of block: qnamearr Move the variable declaration to the beginning of the block. Low PacketConsumer.java 170
Local variable not declared at beginning of block: objPck Move the variable declaration to the beginning of the block. Low PacketConsumer.java 270
Local variable not declared at beginning of block: objbyte1 Move the variable declaration to the beginning of the block. Low packetHandler.java 74
Local variable not initialized: objTempParam Initialize the variable as part of its declaration. Low packetHandler.java 120
Local variable not declared at beginning of block: strParamValue Move the variable declaration to the beginning of the block. Low packetHandler.java 122
Local variable not initialized: strParamValue Initialize the variable as part of its declaration. Low packetHandler.java 122
Local variable not initialized: objMsg Initialize the variable as part of its declaration. Low PacketProducer.java 134
Local variable not declared at beginning of block: mobileNumber Move the variable declaration to the beginning of the block. Low recieveThread.java 73
Local variable not declared at beginning of block: dateMillis Move the variable declaration to the beginning of the block. Low recieveThread.java 74
Local variable not declared at beginning of block: strValue Move the variable declaration to the beginning of the block. Low recieveThread.java 81
Local variable not declared at beginning of block: dummyHshtble Move the variable declaration to the beginning of the block. Low recieveThread.java 114
Local variable not declared at beginning of block: objLMdir Move the variable declaration to the beginning of the block. Low recieveThread.java 115
Local variable not declared at beginning of block: objDummy Move the variable declaration to the beginning of the block. Low recieveThread.java 116
Local variable not initialized: objDummy Initialize the variable as part of its declaration. Low recieveThread.java 116
Local variable not declared at beginning of block: keys Move the variable declaration to the beginning of the block. Low recieveThread.java 117
Local variable not declared at beginning of block: objParam Move the variable declaration to the beginning of the block. Low recieveThread.java 118
Local variable not initialized: objParam Initialize the variable as part of its declaration. Low recieveThread.java 118
Local variable not declared at beginning of block: objLMDr Move the variable declaration to the beginning of the block. Low recieveThread.java 152
Local variable not declared at beginning of block: objParm Move the variable declaration to the beginning of the block. Low recieveThread.java 153
Local variable not declared at beginning of block: objQ Move the variable declaration to the beginning of the block. Low recieveThread.java 156
Local variable not declared at beginning of block: producer Move the variable declaration to the beginning of the block. Low recieveThread.java 161
Local variable not declared at beginning of block: objProducer Move the variable declaration to the beginning of the block. Low recieveThread.java 163
Local variable not initialized: objParam Initialize the variable as part of its declaration. Low recieveThread.java 172
Local variable not declared at beginning of block: objOptHdr Move the variable declaration to the beginning of the block. Low recieveThread.java 184
Local variable not declared at beginning of block: esn Move the variable declaration to the beginning of the block. Low RecieveThreadDummy.java 20
Local variable not declared at beginning of block: objQ Move the variable declaration to the beginning of the block. Low RecieveThreadDummy.java 36
Local variable not declared at beginning of block: producer Move the variable declaration to the beginning of the block. Low RecieveThreadDummy.java 42
Local variable not declared at beginning of block: objProducer Move the variable declaration to the beginning of the block. Low RecieveThreadDummy.java 43
Local variable not declared at beginning of block: objParam Move the variable declaration to the beginning of the block. Low sendMessage.java 39
Local variable not initialized: objParam Initialize the variable as part of its declaration. Low sendMessage.java 39
Local variable not declared at beginning of block: buffer Move the variable declaration to the beginning of the block. Low sendMessage.java 40
Local variable not initialized: buffer Initialize the variable as part of its declaration. Low sendMessage.java 40
Local variable not declared at beginning of block: strSize Move the variable declaration to the beginning of the block. Low sendMessage.java 41
Local variable not declared at beginning of block: iBiteSize Move the variable declaration to the beginning of the block. Low sendMessage.java 42
Local variable not declared at beginning of block: objByte Move the variable declaration to the beginning of the block. Low sendMessage.java 43
Local variable not initialized: objByte Initialize the variable as part of its declaration. Low sendMessage.java 43
Local variable not declared at beginning of block: arlCopyValues Move the variable declaration to the beginning of the block. Low sendMessage.java 62
Local variable not declared at beginning of block: strHex Move the variable declaration to the beginning of the block. Low sendMessage.java 83
Local variable not declared at beginning of block: dateFormat Move the variable declaration to the beginning of the block. Low sendMessage.java 88
Local variable not declared at beginning of block: date Move the variable declaration to the beginning of the block. Low sendMessage.java 89
Local variable not initialized: strTemp Initialize the variable as part of its declaration. Low sendMessage.java 110
Local variable not initialized: objParam Initialize the variable as part of its declaration. Low sendMessage.java 111
Local variable not initialized: iPos Initialize the variable as part of its declaration. Low sendMessage.java 112
Local variable not initialized: iSize Initialize the variable as part of its declaration. Low sendMessage.java 113
Local variable not declared at beginning of block: strHex1 Move the variable declaration to the beginning of the block. Low sendMessage.java 128
Local variable not declared at beginning of block: connFuture Move the variable declaration to the beginning of the block. Low TestClient.java 35
Local variable not declared at beginning of block: worker Move the variable declaration to the beginning of the block. Low TimerTask1.java 33
Local variable not declared at beginning of block: activeThreads Move the variable declaration to the beginning of the block. Low TimerTask1.java 35
Local variable not declared at beginning of block: date Move the variable declaration to the beginning of the block. Low UDPClient.java 42
Local variable not declared at beginning of block: inFromUser Move the variable declaration to the beginning of the block. Low UDPClient.java 46
Local variable not declared at beginning of block: ip Move the variable declaration to the beginning of the block. Low UDPClient.java 47
Local variable not declared at beginning of block: port Move the variable declaration to the beginning of the block. Low UDPClient.java 48
Local variable not declared at beginning of block: packsize Move the variable declaration to the beginning of the block. Low UDPClient.java 49
Local variable not declared at beginning of block: clientCount Move the variable declaration to the beginning of the block. Low UDPClient.java 50
Local variable not declared at beginning of block: udpObj Move the variable declaration to the beginning of the block. Low UDPClient.java 52
Local variable not declared at beginning of block: f Move the variable declaration to the beginning of the block. Low UDPClient.java 62
Local variable not declared at beginning of block: search Move the variable declaration to the beginning of the block. Low UDPClient.java 63
Local variable not declared at beginning of block: result Move the variable declaration to the beginning of the block. Low UDPClient.java 64
Local variable not declared at beginning of block: in Move the variable declaration to the beginning of the block. Low UDPClient.java 66
Local variable not declared at beginning of block: in1 Move the variable declaration to the beginning of the block. Low UDPClient.java 67
Local variable not declared at beginning of block: itr Move the variable declaration to the beginning of the block. Low UDPClient.java 87
Local variable not declared at beginning of block: strInput Move the variable declaration to the beginning of the block. Low UDPClient.java 174
Local variable not initialized: recievedData Initialize the variable as part of its declaration. Low UDPServer.java 16
Local variable not initialized: receivePacket Initialize the variable as part of its declaration. Low UDPServer.java 17
Local variable not initialized: IPAddress Initialize the variable as part of its declaration. Low UDPServer.java 18
Local variable not initialized: port Initialize the variable as part of its declaration. Low UDPServer.java 19
Local variable not declared at beginning of block: remoteAddress Move the variable declaration to the beginning of the block. Low UDPServerHandler.java 89
Local variable not declared at beginning of block: acceptor Move the variable declaration to the beginning of the block. Low UDPServerMINA.java 72
Local variable not declared at beginning of block: chain Move the variable declaration to the beginning of the block. Low UDPServerMINA.java 75
Local variable not declared at beginning of block: dcfg Move the variable declaration to the beginning of the block. Low UDPServerMINA.java 85
Local variable not declared at beginning of block: addr Move the variable declaration to the beginning of the block. Low UDPServerMINA.java 107
Local variable not declared at beginning of block: IPAddress Move the variable declaration to the beginning of the block. Low UDPServerMINA.java 108
Local variable not declared at beginning of block: port Move the variable declaration to the beginning of the block. Low UDPServerMINA.java 109
Local variable not initialized: latitude Initialize the variable as part of its declaration. Low WSThread.java 44
Local variable not initialized: longitude Initialize the variable as part of its declaration. Low WSThread.java 45
Local variable not initialized: utils Initialize the variable as part of its declaration. Low WSThread.java 46
Local variable not initialized: paramList Initialize the variable as part of its declaration. Low WSThread.java 48
Local variable not declared at beginning of block: i Move the variable declaration to the beginning of the block. Low WSThread.java 62
Local variable not declared at beginning of block: gpsClient Move the variable declaration to the beginning of the block. Low WSThread.java 64
Local variable not declared at beginning of block: date2 Move the variable declaration to the beginning of the block. Low WSThread.java 75
Local variable not declared at beginning of block: flag Move the variable declaration to the beginning of the block. Low WSThread.java 90
Local variable not declared at beginning of block: duration Move the variable declaration to the beginning of the block. Low WSThread.java 115
Local variable not initialized: accumIterator Initialize the variable as part of its declaration. Low AccumulatorRef.java 22
Local variable not initialized: accum Initialize the variable as part of its declaration. Low AccumulatorRef.java 23
Local variable not initialized: query Initialize the variable as part of its declaration. Low AccumulatorRef.java 24
Local variable not initialized: configIterator Initialize the variable as part of its declaration. Low Configurations.java 19
Local variable not initialized: query Initialize the variable as part of its declaration. Low Configurations.java 20
Local variable not declared at beginning of block: configObj Move the variable declaration to the beginning of the block. Low Configurations.java 25
Local variable not initialized: configObj Initialize the variable as part of its declaration. Low Configurations.java 25
Local variable not initialized: actualTime Initialize the variable as part of its declaration. Low TripDetails.java 68
Local variable not initialized: tripList Initialize the variable as part of its declaration. Low TripDetails.java 71
Local variable not initialized: query Initialize the variable as part of its declaration. Low TripDetails.java 72
Local variable not declared at beginning of block: hours Move the variable declaration to the beginning of the block. Low TripDetails.java 98
Local variable not declared at beginning of block: mins Move the variable declaration to the beginning of the block. Low TripDetails.java 99
Local variable not declared at beginning of block: append1 Move the variable declaration to the beginning of the block. Low TripDetails.java 111
Local variable not declared at beginning of block: selectQuery Move the variable declaration to the beginning of the block. Low TripDetails.java 116
Local variable not declared at beginning of block: qualifier1 Move the variable declaration to the beginning of the block. Low TripDetails.java 141
Local variable not declared at beginning of block: lng Move the variable declaration to the beginning of the block. Low TripDetails.java 183
Local variable not declared at beginning of block: lng1 Move the variable declaration to the beginning of the block. Low TripDetails.java 184
Local variable not initialized: trpMsgParams Initialize the variable as part of its declaration. Low TripMsgParams.java 25
Local variable not declared at beginning of block: len Move the variable declaration to the beginning of the block. Low TripMsgParams.java 28
Local variable not initialized: trpParams Initialize the variable as part of its declaration. Low TripParameters.java 125
Local variable not initialized: trpMsgParams Initialize the variable as part of its declaration. Low TripParameters.java 126
Local variable not declared at beginning of block: type Move the variable declaration to the beginning of the block. Low TripParameters.java 174
Local variable not declared at beginning of block: UserMsgLength Move the variable declaration to the beginning of the block. Low TripParameters.java 186
Local variable not declared at beginning of block: UserMsgRoute Move the variable declaration to the beginning of the block. Low TripParameters.java 187
Local variable not declared at beginning of block: UserMsgId Move the variable declaration to the beginning of the block. Low TripParameters.java 188
Local variable not declared at beginning of block: UserMsg Move the variable declaration to the beginning of the block. Low TripParameters.java 189
Local variable not declared at beginning of block: s Move the variable declaration to the beginning of the block. Low TripParameters.java 190
Local variable not declared at beginning of block: accums Move the variable declaration to the beginning of the block. Low TripParameters.java 191
Local variable not declared at beginning of block: accPID Move the variable declaration to the beginning of the block. Low TripParameters.java 192
Local variable not declared at beginning of block: tripParam Move the variable declaration to the beginning of the block. Low TripParameters.java 194
Local variable not initialized: tripParam Initialize the variable as part of its declaration. Low TripParameters.java 194
Local variable not declared at beginning of block: theByteArray Move the variable declaration to the beginning of the block. Low TripParameters.java 212
Local variable not declared at beginning of block: theByteArray1 Move the variable declaration to the beginning of the block. Low TripParameters.java 213
Local variable not declared at beginning of block: result Move the variable declaration to the beginning of the block. Low TripParameters.java 216
Local variable not declared at beginning of block: dateMillis Move the variable declaration to the beginning of the block. Low TripParameters.java 268
Local variable not declared at beginning of block: status Move the variable declaration to the beginning of the block. Low TripParameters.java 277
Local variable not declared at beginning of block: latTemp Move the variable declaration to the beginning of the block. Low TripParameters.java 335
Local variable not declared at beginning of block: longTemp Move the variable declaration to the beginning of the block. Low TripParameters.java 338
Local variable not declared at beginning of block: packetStatus Move the variable declaration to the beginning of the block. Low TripParameters.java 342
Local variable not initialized: vehicleList Initialize the variable as part of its declaration. Low VehicleDetails.java 25
 
Violation Recommendation Severity Resource Line
Line 28 is longer than 80 characters Break the line into multiple shorter lines. Low CategoryReader.java 28
Line 83 is longer than 80 characters Break the line into multiple shorter lines. Low CategoryReader.java 83
Line 84 is longer than 80 characters Break the line into multiple shorter lines. Low CategoryReader.java 84
Line 85 is longer than 80 characters Break the line into multiple shorter lines. Low CategoryReader.java 85
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low CategoryReader.java 87
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low CategoryReader.java 88
Line 95 is longer than 80 characters Break the line into multiple shorter lines. Low CategoryReader.java 95
Line 31 is longer than 80 characters Break the line into multiple shorter lines. Low DirectParamEvaluator.java 31
Line 47 is longer than 80 characters Break the line into multiple shorter lines. Low DirectParamEvaluator.java 47
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low DirectParamEvaluator.java 61
Line 32 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 32
Line 43 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 43
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 46
Line 50 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 50
Line 57 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 57
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 59
Line 72 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 72
Line 78 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 78
Line 82 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 82
Line 85 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 85
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 87
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low ExpReader.java 29
Line 84 is longer than 80 characters Break the line into multiple shorter lines. Low ExpReader.java 84
Line 85 is longer than 80 characters Break the line into multiple shorter lines. Low ExpReader.java 85
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low ExpReader.java 86
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low ExpReader.java 88
Line 89 is longer than 80 characters Break the line into multiple shorter lines. Low ExpReader.java 89
Line 96 is longer than 80 characters Break the line into multiple shorter lines. Low ExpReader.java 96
Line 57 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 57
Line 58 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 58
Line 78 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 78
Line 79 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 79
Line 85 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 85
Line 98 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 98
Line 101 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 101
Line 116 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 116
Line 128 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 128
Line 136 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 136
Line 74 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionHandler.java 74
Line 31 is longer than 80 characters Break the line into multiple shorter lines. Low ValidatorReader.java 31
Line 132 is longer than 80 characters Break the line into multiple shorter lines. Low ValidatorReader.java 132
Line 133 is longer than 80 characters Break the line into multiple shorter lines. Low ValidatorReader.java 133
Line 134 is longer than 80 characters Break the line into multiple shorter lines. Low ValidatorReader.java 134
Line 136 is longer than 80 characters Break the line into multiple shorter lines. Low ValidatorReader.java 136
Line 137 is longer than 80 characters Break the line into multiple shorter lines. Low ValidatorReader.java 137
Line 144 is longer than 80 characters Break the line into multiple shorter lines. Low ValidatorReader.java 144
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low GpsWebserviceClient.java 29
Line 34 is longer than 80 characters Break the line into multiple shorter lines. Low GpsWebserviceClient.java 34
Line 74 is longer than 80 characters Break the line into multiple shorter lines. Low GpsWebserviceClient.java 74
Line 84 is longer than 80 characters Break the line into multiple shorter lines. Low GpsWebserviceClient.java 84
Line 96 is longer than 80 characters Break the line into multiple shorter lines. Low GpsWebserviceClient.java 96
Line 14 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 14
Line 21 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 21
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 22
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 23
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 24
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 25
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 26
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 27
Line 28 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 28
Line 14 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlertMessage.java 14
Line 21 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlertMessage.java 21
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlertMessage.java 22
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlertMessage.java 23
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlertMessage.java 24
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlertMessageResponse.java 13
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlertResponse.java 13
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low ObjectFactory.java 26
Line 16 is longer than 80 characters Break the line into multiple shorter lines. Low PointInPolygon.java 16
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low PointInPolygon.java 23
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low PointInPolygon.java 24
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low PointInPolygon.java 25
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low PointInPolygon.java 26
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low PointInPolygonResponse.java 13
Line 20 is longer than 80 characters Break the line into multiple shorter lines. Low PointInPolygonResponse.java 20
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 22
Line 39 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 39
Line 41 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 41
Line 42 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 42
Line 48 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 48
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 59
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 61
Line 62 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 62
Line 82 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 82
Line 84 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 84
Line 85 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 85
Line 21 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion_Service.java 21
Line 44 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion_Service.java 44
Line 55 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion_Service.java 55
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion_Service.java 61
Line 67 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion_Service.java 67
Line 16 is longer than 80 characters Break the line into multiple shorter lines. Low UpdateRfidHistory.java 16
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low UpdateRfidHistory.java 23
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low UpdateRfidHistory.java 24
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low UpdateRfidHistory.java 25
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low UpdateRfidHistory.java 26
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low UpdateRfidHistory.java 27
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low UpdateRfidHistoryResponse.java 13
Line 16 is longer than 80 characters Break the line into multiple shorter lines. Low WhetherInterested.java 16
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low WhetherInterested.java 23
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low WhetherInterested.java 24
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low WhetherInterested.java 25
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low WhetherInterested.java 26
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low WhetherInterestedResponse.java 13
Line 20 is longer than 80 characters Break the line into multiple shorter lines. Low WhetherInterestedResponse.java 20
Line 57 is longer than 80 characters Break the line into multiple shorter lines. Low FileUtilities.java 57
Line 77 is longer than 80 characters Break the line into multiple shorter lines. Low FileUtilities.java 77
Line 79 is longer than 80 characters Break the line into multiple shorter lines. Low FileUtilities.java 79
Line 81 is longer than 80 characters Break the line into multiple shorter lines. Low FileUtilities.java 81
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low FileUtilities.java 86
Line 16 is longer than 80 characters Break the line into multiple shorter lines. Low LMUResource.java 16
Line 35 is longer than 80 characters Break the line into multiple shorter lines. Low LMUResource.java 35
Line 45 is longer than 80 characters Break the line into multiple shorter lines. Low LMUResource.java 45
Line 53 is longer than 80 characters Break the line into multiple shorter lines. Low LMUResource.java 53
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low LMUResource.java 59
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low LogHandler.java 13
Line 16 is longer than 80 characters Break the line into multiple shorter lines. Low LogHandler.java 16
Line 19 is longer than 80 characters Break the line into multiple shorter lines. Low LogHandler.java 19
Line 39 is longer than 80 characters Break the line into multiple shorter lines. Low PacketDataFetcher.java 39
Line 40 is longer than 80 characters Break the line into multiple shorter lines. Low PacketDataFetcher.java 40
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low PacketDataFetcher.java 46
Line 52 is longer than 80 characters Break the line into multiple shorter lines. Low PacketDataFetcher.java 52
Line 63 is longer than 80 characters Break the line into multiple shorter lines. Low PacketDataFetcher.java 63
Line 70 is longer than 80 characters Break the line into multiple shorter lines. Low PacketDataFetcher.java 70
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low PacketDataFetcher.java 86
Line 20 is longer than 80 characters Break the line into multiple shorter lines. Low ParamUtils.java 20
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low ParamUtils.java 25
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low ParamUtils.java 26
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low ParamUtils.java 27
Line 30 is longer than 80 characters Break the line into multiple shorter lines. Low ParamUtils.java 30
Line 31 is longer than 80 characters Break the line into multiple shorter lines. Low ParamUtils.java 31
Line 36 is longer than 80 characters Break the line into multiple shorter lines. Low ParamUtils.java 36
Line 3 is longer than 80 characters Break the line into multiple shorter lines. Low StringConstants.java 3
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low AlertManager.java 23
Line 47 is longer than 80 characters Break the line into multiple shorter lines. Low AlertManager.java 47
Line 48 is longer than 80 characters Break the line into multiple shorter lines. Low AlertManager.java 48
Line 73 is longer than 80 characters Break the line into multiple shorter lines. Low AlertManager.java 73
Line 38 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 38
Line 55 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 55
Line 62 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 62
Line 69 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 69
Line 73 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 73
Line 75 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 75
Line 76 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 76
Line 78 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 78
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 86
Line 90 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 90
Line 98 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 98
Line 99 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 99
Line 100 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 100
Line 107 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 107
Line 109 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 109
Line 120 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 120
Line 123 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 123
Line 12 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 12
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 13
Line 14 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 14
Line 15 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 15
Line 18 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 18
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 23
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 26
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 27
Line 37 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 37
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 46
Line 50 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 50
Line 51 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 51
Line 53 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 53
Line 54 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 54
Line 55 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 55
Line 58 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 58
Line 60 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 60
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 61
Line 62 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 62
Line 65 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 65
Line 67 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 67
Line 69 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 69
Line 70 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 70
Line 74 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 74
Line 76 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 76
Line 79 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 79
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 86
Line 93 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 93
Line 96 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 96
Line 100 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 100
Line 102 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 102
Line 117 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 117
Line 122 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 122
Line 123 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 123
Line 124 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 124
Line 157 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 157
Line 160 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 160
Line 168 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 168
Line 171 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 171
Line 172 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 172
Line 211 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 211
Line 213 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 213
Line 214 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 214
Line 215 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 215
Line 217 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 217
Line 218 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 218
Line 219 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 219
Line 268 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 268
Line 270 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 270
Line 273 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 273
Line 21 is longer than 80 characters Break the line into multiple shorter lines. Low ClientCommunicator.java 21
Line 94 is longer than 80 characters Break the line into multiple shorter lines. Low ClientCommunicator.java 94
Line 18 is longer than 80 characters Break the line into multiple shorter lines. Low CommonClass.java 18
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 24
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 29
Line 33 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 33
Line 34 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 34
Line 40 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 40
Line 67 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 67
Line 69 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 69
Line 73 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 73
Line 78 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 78
Line 99 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 99
Line 101 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 101
Line 105 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 105
Line 110 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 110
Line 57 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 57
Line 63 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 63
Line 64 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 64
Line 67 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 67
Line 126 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 126
Line 129 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 129
Line 130 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 130
Line 131 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 131
Line 137 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 137
Line 141 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 141
Line 148 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 148
Line 152 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 152
Line 7 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 7
Line 41 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 41
Line 63 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 63
Line 64 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 64
Line 67 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 67
Line 79 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 79
Line 84 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 84
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 86
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 87
Line 91 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 91
Line 92 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 92
Line 109 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 109
Line 110 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 110
Line 111 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 111
Line 116 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 116
Line 118 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 118
Line 164 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 164
Line 200 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 200
Line 206 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 206
Line 207 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 207
Line 16 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager_PerfTest.java 16
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager_PerfTest.java 46
Line 47 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager_PerfTest.java 47
Line 51 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager_PerfTest.java 51
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager_PerfTest.java 59
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager_PerfTest.java 61
Line 62 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager_PerfTest.java 62
Line 64 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager_PerfTest.java 64
Line 66 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager_PerfTest.java 66
Line 70 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager_PerfTest.java 70
Line 115 is longer than 80 characters Break the line into multiple shorter lines. Low LMUUtils.java 115
Line 189 is longer than 80 characters Break the line into multiple shorter lines. Low LMUUtils.java 189
Line 190 is longer than 80 characters Break the line into multiple shorter lines. Low LMUUtils.java 190
Line 5 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 5
Line 80 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 80
Line 82 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 82
Line 85 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 85
Line 115 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 115
Line 122 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 122
Line 131 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 131
Line 136 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 136
Line 137 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 137
Line 138 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 138
Line 143 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 143
Line 210 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 210
Line 219 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 219
Line 254 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 254
Line 258 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 258
Line 263 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 263
Line 30 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 30
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 46
Line 116 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 116
Line 118 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 118
Line 145 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 145
Line 161 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 161
Line 163 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 163
Line 167 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 167
Line 221 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 221
Line 228 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 228
Line 229 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 229
Line 250 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 250
Line 252 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 252
Line 256 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 256
Line 261 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 261
Line 262 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 262
Line 263 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 263
Line 285 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 285
Line 286 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 286
Line 294 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 294
Line 303 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 303
Line 322 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 322
Line 324 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 324
Line 330 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 330
Line 332 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 332
Line 349 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 349
Line 351 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 351
Line 357 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 357
Line 359 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 359
Line 366 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 366
Line 370 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 370
Line 371 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 371
Line 372 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 372
Line 424 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 424
Line 432 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 432
Line 445 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 445
Line 468 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 468
Line 490 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 490
Line 511 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 511
Line 539 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 539
Line 575 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 575
Line 576 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 576
Line 586 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 586
Line 600 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 600
Line 608 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 608
Line 609 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 609
Line 616 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 616
Line 661 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 661
Line 663 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 663
Line 667 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 667
Line 5 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 5
Line 58 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 58
Line 66 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 66
Line 82 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 82
Line 106 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 106
Line 108 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 108
Line 148 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 148
Line 149 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 149
Line 8 is longer than 80 characters Break the line into multiple shorter lines. Low ProrpertiesManager.java 8
Line 5 is longer than 80 characters Break the line into multiple shorter lines. Low QueueAllocator.java 5
Line 41 is longer than 80 characters Break the line into multiple shorter lines. Low QueueAllocator.java 41
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low QueueAllocator.java 61
Line 71 is longer than 80 characters Break the line into multiple shorter lines. Low QueueAllocator.java 71
Line 82 is longer than 80 characters Break the line into multiple shorter lines. Low QueueAllocator.java 82
Line 83 is longer than 80 characters Break the line into multiple shorter lines. Low QueueAllocator.java 83
Line 9 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 9
Line 55 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 55
Line 73 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 73
Line 74 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 74
Line 75 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 75
Line 81 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 81
Line 83 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 83
Line 84 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 84
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 86
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 87
Line 104 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 104
Line 107 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 107
Line 108 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 108
Line 112 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 112
Line 130 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 130
Line 155 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 155
Line 184 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 184
Line 185 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 185
Line 189 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 189
Line 17 is longer than 80 characters Break the line into multiple shorter lines. Low RecieveThreadDummy.java 17
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low RecieveThreadDummy.java 23
Line 34 is longer than 80 characters Break the line into multiple shorter lines. Low RecieveThreadDummy.java 34
Line 45 is longer than 80 characters Break the line into multiple shorter lines. Low RecieveThreadDummy.java 45
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 24
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 29
Line 48 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 48
Line 68 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 68
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 86
Line 95 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 95
Line 106 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 106
Line 131 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 131
Line 18 is longer than 80 characters Break the line into multiple shorter lines. Low TestClient.java 18
Line 35 is longer than 80 characters Break the line into multiple shorter lines. Low TestClient.java 35
Line 63 is longer than 80 characters Break the line into multiple shorter lines. Low TestClient.java 63
Line 102 is longer than 80 characters Break the line into multiple shorter lines. Low TestClient.java 102
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 46
Line 94 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 94
Line 107 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 107
Line 115 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 115
Line 157 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 157
Line 174 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 174
Line 177 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 177
Line 183 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 183
Line 193 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 193
Line 202 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 202
Line 205 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 205
Line 215 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 215
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServer.java 13
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServer.java 23
Line 41 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerHandler.java 41
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerHandler.java 88
Line 9 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 9
Line 53 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 53
Line 80 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 80
Line 89 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 89
Line 94 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 94
Line 103 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 103
Line 112 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 112
Line 60 is longer than 80 characters Break the line into multiple shorter lines. Low WSThread.java 60
Line 63 is longer than 80 characters Break the line into multiple shorter lines. Low WSThread.java 63
Line 71 is longer than 80 characters Break the line into multiple shorter lines. Low WSThread.java 71
Line 75 is longer than 80 characters Break the line into multiple shorter lines. Low WSThread.java 75
Line 80 is longer than 80 characters Break the line into multiple shorter lines. Low WSThread.java 80
Line 82 is longer than 80 characters Break the line into multiple shorter lines. Low WSThread.java 82
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low WSThread.java 88
Line 90 is longer than 80 characters Break the line into multiple shorter lines. Low WSThread.java 90
Line 94 is longer than 80 characters Break the line into multiple shorter lines. Low WSThread.java 94
Line 101 is longer than 80 characters Break the line into multiple shorter lines. Low WSThread.java 101
Line 102 is longer than 80 characters Break the line into multiple shorter lines. Low WSThread.java 102
Line 117 is longer than 80 characters Break the line into multiple shorter lines. Low WSThread.java 117
Line 118 is longer than 80 characters Break the line into multiple shorter lines. Low WSThread.java 118
Line 28 is longer than 80 characters Break the line into multiple shorter lines. Low AccumulatorRef.java 28
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low _Device.java 24
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low _Device.java 27
Line 15 is longer than 80 characters Break the line into multiple shorter lines. Low _FrequentTravellerDetails.java 15
Line 18 is longer than 80 characters Break the line into multiple shorter lines. Low _FrequentTravellerDetails.java 18
Line 20 is longer than 80 characters Break the line into multiple shorter lines. Low _FrequentTravellerDetails.java 20
Line 28 is longer than 80 characters Break the line into multiple shorter lines. Low _Geofence.java 28
Line 31 is longer than 80 characters Break the line into multiple shorter lines. Low _Geofence.java 31
Line 19 is longer than 80 characters Break the line into multiple shorter lines. Low _GeovehicleMap.java 19
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low _Organization.java 29
Line 39 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 39
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 61
Line 63 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 63
Line 66 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 66
Line 68 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 68
Line 69 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 69
Line 324 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 324
Line 402 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 402
Line 49 is longer than 80 characters Break the line into multiple shorter lines. Low _TripParameters.java 49
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low _TripPreference.java 22
Line 19 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 19
Line 28 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 28
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 29
Line 32 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 32
Line 35 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 35
Line 128 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 128
Line 131 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 131
Line 136 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 136
Line 33 is longer than 80 characters Break the line into multiple shorter lines. Low _User.java 33
Line 50 is longer than 80 characters Break the line into multiple shorter lines. Low _UserDetails.java 50
Line 54 is longer than 80 characters Break the line into multiple shorter lines. Low _UserDetails.java 54
Line 58 is longer than 80 characters Break the line into multiple shorter lines. Low _UserDetails.java 58
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low _UserDetails.java 59
Line 60 is longer than 80 characters Break the line into multiple shorter lines. Low _UserDetails.java 60
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low _UserDetails.java 61
Line 17 is longer than 80 characters Break the line into multiple shorter lines. Low _UserPreferences.java 17
Line 18 is longer than 80 characters Break the line into multiple shorter lines. Low _UserPreferences.java 18
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low _UserPreferences.java 22
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low _UserPreferences.java 23
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low _UserPreferences.java 27
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low _Vehicle.java 22
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low _VehicleDetails.java 23
Line 38 is longer than 80 characters Break the line into multiple shorter lines. Low _VehicleDetails.java 38
Line 44 is longer than 80 characters Break the line into multiple shorter lines. Low _VehicleDetails.java 44
Line 20 is longer than 80 characters Break the line into multiple shorter lines. Low _VehicleGroup.java 20
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low Device.java 25
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low Device.java 29
Line 8 is longer than 80 characters Break the line into multiple shorter lines. Low Organization.java 8
Line 38 is longer than 80 characters Break the line into multiple shorter lines. Low ReportRef.java 38
Line 56 is longer than 80 characters Break the line into multiple shorter lines. Low ReportRef.java 56
Line 42 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 42
Line 56 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 56
Line 60 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 60
Line 74 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 74
Line 80 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 80
Line 118 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 118
Line 135 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 135
Line 141 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 141
Line 19 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 19
Line 118 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 118
Line 158 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 158
Line 161 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 161
Line 238 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 238
Line 243 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 243
Line 245 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 245
Line 348 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 348
Line 430 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 430
Line 472 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 472
Line 488 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 488
Line 501 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 501
Line 530 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 530
Line 541 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 541
Line 543 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 543
Line 557 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 557
Line 558 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 558
Line 17 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleDetails.java 17
Line 21 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleDetails.java 21
Line 31 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleDetails.java 31
Line 37 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleDetails.java 37
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 26
Line 36 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 36
Line 41 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 41
Line 42 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 42
Line 43 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 43
Line 44 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 44
Line 45 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 45
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 46
Line 47 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 47
Line 48 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 48
Line 49 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 49
Line 50 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 50
Line 56 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 56
Line 57 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 57
Line 58 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 58
Line 66 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 66
Line 71 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 71
Line 72 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 72
Line 73 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 73
Line 74 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 74
Line 75 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 75
Line 76 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 76
Line 82 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 82
Line 83 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 83
Line 91 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 91
Line 96 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 96
Line 101 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 101
Line 102 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 102
Line 103 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 103
Line 104 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 104
Line 105 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 105
Line 106 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 106
Line 112 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 112
Line 113 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 113
Line 223 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 223
Line 233 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 233
Line 238 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 238
Line 239 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 239
Line 240 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 240
Line 241 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 241
Line 242 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 242
Line 243 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 243
Line 249 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 249
Line 250 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 250
Line 279 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 279
Line 305 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 305
Line 315 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 315
Line 316 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 316
Line 317 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 317
Line 318 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 318
Line 33 is longer than 80 characters Break the line into multiple shorter lines. Low ObjectFactory.java 33
 
Violation Recommendation Severity Resource Line
Method is longer than 60 lines Consider moving some of the behavior into another method. Low AsyncCaller.java 60
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low ClientCommunicator.java 28
Method is longer than 60 lines Consider moving some of the behavior into another method. Low DBManager.java 52
Method is longer than 60 lines Consider moving some of the behavior into another method. Low PacketConsumer.java 92
Method is longer than 60 lines Consider moving some of the behavior into another method. Low recieveThread.java 54
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low TestClient.java 25
Method is longer than 60 lines Consider moving some of the behavior into another method. Low TripParameters.java 116
 
Violation Recommendation Severity Resource Line
The names "getLat" and "getLan" are spelled too similarly Change one of the names. Low PointInPolygon.java 72
The names "setLat" and "setLan" are spelled too similarly Change one of the names. Low PointInPolygon.java 80
The names "getLat" and "getLan" are spelled too similarly Change one of the names. Low WhetherInterested.java 72
The names "setLat" and "setLan" are spelled too similarly Change one of the names. Low WhetherInterested.java 80
The names "objParam" and "objParm" are spelled too similarly Change one of the names. Low recieveThread.java 118
The names "objParm" and "objParam" are spelled too similarly Change one of the names. Low recieveThread.java 153
The names "threads" and "thread" differ only in pluralization Change one of the names. Low WSClient.java 30
 
Violation Recommendation Severity Resource Line
Duplicate property value: WARN Delete the duplicate property. Low log4j.properties 6
Duplicate property value: INFO Delete the duplicate property. Low log4j.properties 18
Duplicate property value: org.apache.log4j.PatternLayout Delete the duplicate property. Low log4j.properties 21
Duplicate property value: %d{yyyy-MM-dd HH:mm:ss.SSS} [%p] %c:%L:%t - %m%n Delete the duplicate property. Low log4j.properties 22
 
Violation Recommendation Severity Resource Line
The static function main(String[]) should be declared last Make the "main" method the last member in the file. Low LMUUtils.java 177
The static function main(String[]) should be declared last Make the "main" method the last member in the file. Low UDPClient.java 39
The static function main(String[]) should be declared last Make the "main" method the last member in the file. Low UDPServer.java 11
 
Violation Recommendation Severity Resource Line
Badly located array declarators: objByte[] Move the array declarator immediately after the name of the base type. Low sendMessage.java 43
 
Violation Recommendation Severity Resource Line
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CategoryReader.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CategoryReader.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CategoryReader.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CategoryReader.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CategoryReader.java 56
Opening braces should not appear on a new line Move the opening brace to the previous line. Low CategoryReader.java 63
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CorrectorVO.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CorrectorVO.java 6
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CorrectorVO.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CorrectorVO.java 12
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CorrectorVO.java 15
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DirectParamEvaluator.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DirectParamEvaluator.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DirectParamEvaluator.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DirectParamEvaluator.java 77
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DriftMasker.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DriftMasker.java 31
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ExpReader.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpReader.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpReader.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpReader.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpReader.java 59
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ExpReader.java 66
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ExpressionDecoder.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionDecoder.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionDecoder.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionDecoder.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionDecoder.java 38
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ExpressionDecoder.java 49
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ExpressionDecoder.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionDecoder.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionDecoder.java 85
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ExpressionDecoder.java 90
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ExpressionHandler.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionHandler.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionHandler.java 48
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low IPacketObserver.java 10
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low RuleVO.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RuleVO.java 14
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RuleVO.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RuleVO.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RuleVO.java 23
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ValidatorDetails.java 10
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorDetails.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorDetails.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorDetails.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorDetails.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorDetails.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorDetails.java 34
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ValidatorReader.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorReader.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorReader.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorReader.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorReader.java 103
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ValidatorReader.java 110
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 174
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 186
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 198
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 210
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 222
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 230
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 238
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 135
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MobileAlertMessageResponse.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessageResponse.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessageResponse.java 50
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MobileAlertResponse.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertResponse.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertResponse.java 50
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 78
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 120
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low PointInPolygonResponse.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygonResponse.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygonResponse.java 50
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low PolygonRegion.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PolygonRegion_Service.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PolygonRegion_Service.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PolygonRegion_Service.java 66
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 148
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistoryResponse.java 31
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 120
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low WhetherInterestedResponse.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterestedResponse.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterestedResponse.java 50
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ConfigReader.java 17
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FileUtilities.java 27
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FileUtilities.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FileUtilities.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FileUtilities.java 70
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LMUResource.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUResource.java 111
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LogHandler.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogHandler.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogHandler.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogHandler.java 19
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low PacketDataFetcher.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketDataFetcher.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketDataFetcher.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketDataFetcher.java 70
Closing braces should appear on a new line Move the closing brace to the next line. Low PacketDataFetcher.java 99
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ParamUtils.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ParamUtils.java 20
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ParamUtils.java 49
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ParamUtils.java 51
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ParamUtils.java 53
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ParamUtils.java 59
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ParamUtils.java 61
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ParamUtils.java 67
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low StringConstants.java 10
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ValidatorFactory.java 13
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ValidatorFactory.java 21
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ValidatorFactory.java 24
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ValidatorFactory.java 30
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AlertManager.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertManager.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertManager.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertManager.java 47
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AlertManager.java 52
Closing braces should appear on a new line Move the closing brace to the next line. Low AlertManager.java 66
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AlertManager.java 78
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AsyncCaller.java 27
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AsyncCaller.java 95
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AsyncCaller.java 103
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AsyncCaller.java 119
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AsyncCaller.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AsyncCaller.java 146
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AsyncCaller.java 150
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AsyncCaller.java 156
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Base16Encoder.java 2
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Base16Encoder.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Base16Encoder.java 22
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 61
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ClientCommunicator.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 115
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 23
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 25
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 39
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 55
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 66
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 68
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 77
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 87
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 98
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 100
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 109
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 119
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ConsumerThread.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ConsumerThread.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ConsumerThread.java 47
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConsumerThread.java 50
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConsumerThread.java 54
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConsumerThread.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ConsumerThread.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ConsumerThread.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ConsumerThread.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ConsumerThread.java 163
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DBManager.java 74
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DBManager.java 107
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DBManager.java 113
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DBManager.java 159
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DBManager.java 163
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DBManager.java 170
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DBManager.java 185
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 41
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUUtils.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUUtils.java 72
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 91
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 98
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 126
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 130
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 166
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 196
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 206
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 218
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 224
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MyLogger.java 13
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low PacketConsumer.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketConsumer.java 92
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketConsumer.java 106
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketConsumer.java 175
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketConsumer.java 196
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketConsumer.java 205
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketConsumer.java 233
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketConsumer.java 245
Opening braces should not appear on a new line Move the opening brace to the previous line. Low packetHandler.java 29
Opening braces should not appear on a new line Move the opening brace to the previous line. Low packetHandler.java 44
Opening braces should not appear on a new line Move the opening brace to the previous line. Low packetHandler.java 126
Opening braces should not appear on a new line Move the opening brace to the previous line. Low packetHandler.java 141
Opening braces should not appear on a new line Move the opening brace to the previous line. Low packetHandler.java 153
Opening braces should not appear on a new line Move the opening brace to the previous line. Low packetHandler.java 186
Opening braces should not appear on a new line Move the opening brace to the previous line. Low packetHandler.java 214
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low PacketProducer.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketProducer.java 49
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketProducer.java 61
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketProducer.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketProducer.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketProducer.java 133
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketProducer.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketProducer.java 158
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ProrpertiesManager.java 7
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low QueueAllocator.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low QueueAllocator.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low QueueAllocator.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low QueueAllocator.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low QueueAllocator.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low QueueAllocator.java 101
Opening braces should not appear on a new line Move the opening brace to the previous line. Low recieveThread.java 63
Opening braces should not appear on a new line Move the opening brace to the previous line. Low recieveThread.java 88
Opening braces should not appear on a new line Move the opening brace to the previous line. Low recieveThread.java 100
Opening braces should not appear on a new line Move the opening brace to the previous line. Low recieveThread.java 170
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RecieveThreadDummy.java 22
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RecieveThreadDummy.java 38
Opening braces should not appear on a new line Move the opening brace to the previous line. Low sendMessage.java 46
Opening braces should not appear on a new line Move the opening brace to the previous line. Low sendMessage.java 53
Opening braces should not appear on a new line Move the opening brace to the previous line. Low sendMessage.java 58
Opening braces should not appear on a new line Move the opening brace to the previous line. Low sendMessage.java 85
Opening braces should not appear on a new line Move the opening brace to the previous line. Low sendMessage.java 116
Opening braces should not appear on a new line Move the opening brace to the previous line. Low sendMessage.java 124
Opening braces should not appear on a new line Move the opening brace to the previous line. Low sendMessage.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low sendMessage.java 142
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TestClient.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 42
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TestClient.java 44
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TestClient.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TimerTask1.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPClient.java 58
Closing braces should appear on a new line Move the closing brace to the next line. Low UDPClient.java 115
Closing braces should appear on a new line Move the closing brace to the next line. Low UDPClient.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPClient.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPClient.java 149
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPClient.java 151
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPClient.java 167
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPServer.java 22
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPServer.java 27
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPServer.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPServerHandler.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPServerHandler.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPServerHandler.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPServerHandler.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPServerHandler.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPServerHandler.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPServerHandler.java 84
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPServerHandler.java 86
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPServerMINA.java 99
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPServerMINA.java 102
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPServerMINA.java 117
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low WSClient.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WSClient.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WSClient.java 46
Opening braces should not appear on a new line Move the opening brace to the previous line. Low WSClient.java 65
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low WSThread.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WSThread.java 32
Opening braces should not appear on a new line Move the opening brace to the previous line. Low WSThread.java 70
Opening braces should not appear on a new line Move the opening brace to the previous line. Low WSThread.java 107
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Accounts.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AccumulatorRef.java 13
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AccumulatorRef.java 27
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AccumulatorRef.java 32
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AccumulatorRef.java 35
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Accounts.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Accounts.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Accounts.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Accounts.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Accounts.java 27
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _AccumulatorRef.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _AccumulatorRef.java 10
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _AccumulatorRef.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _AccumulatorRef.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _AccumulatorRef.java 20
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _CharityBarometer.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _CharityBarometer.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _CharityBarometer.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _CharityBarometer.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _CharityBarometer.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _CharityBarometer.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _CharityBarometer.java 39
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Configurations.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Configurations.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Configurations.java 14
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Configurations.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Configurations.java 21
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Device.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 101
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Feedback.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 76
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 65
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _FrequentTravellerDetails.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FrequentTravellerDetails.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FrequentTravellerDetails.java 24
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _FrequentTripDetails.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FrequentTripDetails.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FrequentTripDetails.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FrequentTripDetails.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FrequentTripDetails.java 32
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Geofence.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 128
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 47
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Inbox.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 73
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _LMU4100Map.java 11
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Notification.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 47
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Organization.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 122
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _PickupPoints.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _PickupPoints.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _PickupPoints.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _PickupPoints.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _PickupPoints.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _PickupPoints.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _PickupPoints.java 39
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 50
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 65
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Speedparameter.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Speedparameter.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Speedparameter.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Speedparameter.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Speedparameter.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Speedparameter.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Speedparameter.java 39
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _TripDetails.java 25
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 55
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 139
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 156
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 160
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 163
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 167
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 170
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 174
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 181
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 76
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _TripScraps.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripScraps.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripScraps.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripScraps.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripScraps.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripScraps.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripScraps.java 39
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 144
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _TripVehicleMap.java 14
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripVehicleMap.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripVehicleMap.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripVehicleMap.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripVehicleMap.java 34
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _User.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 139
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 148
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 151
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 155
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _UserDetails.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserDetails.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserDetails.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserDetails.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserDetails.java 75
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _UserGeofenceMap.java 14
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserGeofenceMap.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserGeofenceMap.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserGeofenceMap.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserGeofenceMap.java 34
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 55
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 47
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 139
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 143
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 80
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 139
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 167
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 171
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 176
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 180
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 52
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CharityBarometer.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Configurations.java 12
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Configurations.java 15
Opening braces should not appear on a new line Move the opening brace to the previous line. Low Device.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 46
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low VehicleNotFoundException.java 3
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Feedback.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetails.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FrequentTripDetails.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Geofence.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Inbox.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LMU4100Map.java 7
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMU4100Map.java 12
Closing brace for a method should appear on a new line Move the closing brace to the next line. Low LMU4100Map.java 12
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMU4100Map.java 26
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMU4100Map.java 30
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMU4100Map.java 38
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Notification.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Organization.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Organization.java 6
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low PickupPoints.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ReportRef.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ReportRef.java 50
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _LMU4100Map.java 11
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LMU4100Map.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMU4100Map.java 9
Closing brace for a method should appear on a new line Move the closing brace to the next line. Low LMU4100Map.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMU4100Map.java 11
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low SavingStatus.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Speedparameter.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDetails.java 54
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TripDetails.java 63
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TripDetails.java 132
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TripDetails.java 139
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TripDetails.java 145
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TripDetails.java 153
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TripDetails.java 166
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripMsgParams.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripMsgParams.java 22
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripParameters.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParameters.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParameters.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParameters.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParameters.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParameters.java 118
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripPreference.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripScraps.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripTravelerDetails.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripVehicleMap.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low User.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UserDetails.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UserGeofenceMap.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UserLandmarks.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UserPreference.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UserPreferences.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Vehicle.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleDetails.java 15
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleDetails.java 29
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleDetails.java 35
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleDetails.java 40
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low VehicleGroup.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 99
 
Violation Recommendation Severity Resource Line
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 28
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 36
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 37
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 38
Use of tab character outside a literal Use spaces rather than tabs. Low CategoryReader.java 58
Use of tab character outside a literal Use spaces rather than tabs. Low CategoryReader.java 66
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 83
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 84
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 85
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 86
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 87
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 88
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 89
Use of tab character outside a literal Use spaces rather than tabs. Low CategoryReader.java 96
Use of tab character outside a literal Use spaces rather than tabs. Low DirectParamEvaluator.java 35
Use of tab character outside a literal Use spaces rather than tabs. Low DirectParamEvaluator.java 41
Use of space at start of line Use tabs to indent the source code. Low DirectParamEvaluator.java 53
Use of tab character outside a literal Use spaces rather than tabs. Low DirectParamEvaluator.java 62
Use of tab character outside a literal Use spaces rather than tabs. Low DirectParamEvaluator.java 68
Use of tab character outside a literal Use spaces rather than tabs. Low DriftMasker.java 50
Use of tab character outside a literal Use spaces rather than tabs. Low DriftMasker.java 85
Use of tab character outside a literal Use spaces rather than tabs. Low DriftMasker.java 90
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 29
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 37
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 38
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 39
Use of tab character outside a literal Use spaces rather than tabs. Low ExpReader.java 61
Use of tab character outside a literal Use spaces rather than tabs. Low ExpReader.java 69
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 84
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 85
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 86
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 87
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 88
Use of tab character outside a literal Use spaces rather than tabs. Low ExpReader.java 88
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 89
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 90
Use of tab character outside a literal Use spaces rather than tabs. Low ExpReader.java 97
Use of tab character outside a literal Use spaces rather than tabs. Low ExpressionDecoder.java 94
Use of tab character outside a literal Use spaces rather than tabs. Low ExpressionDecoder.java 122
Use of tab character outside a literal Use spaces rather than tabs. Low ExpressionDecoder.java 128
Use of tab character outside a literal Use spaces rather than tabs. Low ExpressionDecoder.java 136
Use of tab character outside a literal Use spaces rather than tabs. Low ExpressionHandler.java 20
Use of tab character outside a literal Use spaces rather than tabs. Low ExpressionHandler.java 23
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 31
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 40
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 41
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 42
Use of tab character outside a literal Use spaces rather than tabs. Low ValidatorReader.java 105
Use of tab character outside a literal Use spaces rather than tabs. Low ValidatorReader.java 114
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 132
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 133
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 134
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 135
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 136
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 137
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 138
Use of tab character outside a literal Use spaces rather than tabs. Low ValidatorReader.java 146
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 64
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 65
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 66
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 81
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 82
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 84
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 85
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 86
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 87
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 88
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 89
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 90
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 91
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 92
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 93
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 94
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 95
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 96
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 97
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 103
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 104
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 105
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 39
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 40
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 41
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 42
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 43
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 44
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 45
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 46
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 51
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 52
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 53
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 54
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 55
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 56
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 57
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 58
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 59
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 60
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 61
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 62
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 63
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 64
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 66
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 70
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 71
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 72
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 74
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 78
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 79
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 80
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 82
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 90
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 91
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 92
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 94
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 102
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 103
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 104
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 106
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 114
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 115
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 116
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 118
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 126
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 127
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 128
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 130
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 138
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 139
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 140
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 35
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 36
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 37
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 38
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 43
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 44
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 45
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 46
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 47
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 48
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 49
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 51
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 59
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 60
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 61
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 63
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 71
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 72
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 73
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 75
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 83
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 84
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 85
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 87
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 95
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 96
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 97
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 99
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 107
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 108
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 109
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 111
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 119
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 120
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 121
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 123
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 127
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 128
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 129
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 131
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 135
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 136
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 137
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 31
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 36
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 38
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 42
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 43
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 44
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 46
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 50
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 51
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 52
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 31
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 36
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 38
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 42
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 43
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 44
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 46
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 50
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 51
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 52
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 25
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 29
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 30
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 32
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 36
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 37
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 38
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 40
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 44
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 45
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 46
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 48
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 50
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 54
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 55
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 56
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 58
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 62
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 63
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 64
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 66
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 70
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 71
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 72
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 74
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 78
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 79
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 80
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 82
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 37
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 38
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 39
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 40
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 45
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 46
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 47
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 48
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 49
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 50
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 52
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 56
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 57
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 58
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 60
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 64
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 65
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 66
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 68
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 72
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 73
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 74
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 76
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 80
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 81
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 82
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 84
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 88
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 89
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 90
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 92
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 96
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 97
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 98
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 100
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 108
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 109
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 110
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 112
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 120
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 121
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 122
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 31
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 36
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 38
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 42
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 43
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 44
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 46
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 50
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 51
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 52
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 24
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 30
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 39
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 40
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 41
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 42
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 43
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 44
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 45
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 50
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 59
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 60
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 61
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 62
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 63
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 64
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 65
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 66
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 67
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 68
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 69
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 70
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 71
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 73
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 82
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 83
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 84
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 85
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 86
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 87
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 88
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 89
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 90
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 91
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 92
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 93
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 94
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 23
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 24
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 26
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 28
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 29
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 30
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 31
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 32
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 33
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 34
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 35
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 36
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 37
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 39
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 40
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 41
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 43
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 44
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 45
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 47
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 52
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 53
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 54
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 55
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 56
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 58
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 65
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 66
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 67
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 68
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 38
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 39
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 40
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 41
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 42
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 47
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 48
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 49
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 50
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 51
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 52
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 53
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 54
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 56
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 60
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 61
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 62
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 64
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 68
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 69
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 70
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 72
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 80
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 81
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 82
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 84
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 92
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 93
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 94
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 96
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 100
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 101
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 102
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 104
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 108
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 109
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 110
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 112
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 116
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 117
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 118
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 120
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 124
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 125
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 126
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 128
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 136
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 137
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 138
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 140
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 37
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 38
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 39
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 40
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 45
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 46
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 47
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 48
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 49
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 50
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 52
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 56
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 57
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 58
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 60
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 64
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 65
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 66
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 68
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 72
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 73
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 74
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 76
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 80
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 81
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 82
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 84
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 88
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 89
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 90
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 92
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 96
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 97
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 98
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 100
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 108
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 109
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 110
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 112
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 120
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 121
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 122
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 31
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 36
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 38
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 42
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 43
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 44
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 46
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 50
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 51
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 52
Use of tab character outside a literal Use spaces rather than tabs. Low ConfigReader.java 23
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 33
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 34
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 35
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 36
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 37
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 38
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 39
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 40
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 41
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 42
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 43
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 44
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 45
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 47
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 48
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 49
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 50
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 51
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 52
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 53
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 54
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 57
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 58
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 60
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 75
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 76
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 77
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 77
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 77
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 78
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 79
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 79
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 79
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 80
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 81
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 81
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 81
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 81
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 82
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 83
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 84
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 85
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 86
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 86
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 86
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 87
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 88
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 89
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 90
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 91
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 12
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 13
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 14
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 15
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 16
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 17
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 18
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 19
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 20
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 20
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 21
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 21
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 22
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 22
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 23
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 23
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 24
Use of tab character outside a literal Use spaces rather than tabs. Low PacketDataFetcher.java 32
Use of space at start of line Use tabs to indent the source code. Low PacketDataFetcher.java 40
Use of tab character outside a literal Use spaces rather than tabs. Low PacketDataFetcher.java 40
Use of space at start of line Use tabs to indent the source code. Low PacketDataFetcher.java 42
Use of space at start of line Use tabs to indent the source code. Low PacketDataFetcher.java 43
Use of tab character outside a literal Use spaces rather than tabs. Low PacketDataFetcher.java 57
Use of tab character outside a literal Use spaces rather than tabs. Low PacketDataFetcher.java 79
Use of tab character outside a literal Use spaces rather than tabs. Low ParamUtils.java 25
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 37
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 38
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 39
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 40
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 41
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 43
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 44
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 45
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 52
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 53
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 55
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 56
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 57
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 57
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 58
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 59
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 60
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 61
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 62
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 63
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 64
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 65
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 66
Use of tab character outside a literal Use spaces rather than tabs. Low AlertManager.java 74
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 78
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 82
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 35
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 39
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 41
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 42
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 43
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 44
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 45
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 46
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 47
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 48
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 49
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 50
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 51
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 52
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 58
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 61
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 78
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 79
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 80
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 81
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 83
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 84
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 85
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 86
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 87
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 88
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 90
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 91
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 93
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 94
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 99
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 100
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 101
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 102
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 103
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 104
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 105
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 105
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 106
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 107
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 108
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 108
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 109
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 110
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 111
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 113
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 114
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 116
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 117
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 118
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 4
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 5
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 6
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 8
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 11
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 12
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 13
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 14
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 15
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 16
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 17
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 19
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 22
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 23
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 24
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 25
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 26
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 27
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 28
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 29
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 30
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 31
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 32
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 33
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 34
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 36
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 37
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 38
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 39
Use of space at start of line Use tabs to indent the source code. Low Base64.java 142
Use of space at start of line Use tabs to indent the source code. Low Base64.java 144
Use of space at start of line Use tabs to indent the source code. Low Base64.java 145
Use of space at start of line Use tabs to indent the source code. Low Base64.java 146
Use of space at start of line Use tabs to indent the source code. Low Base64.java 147
Use of space at start of line Use tabs to indent the source code. Low Base64.java 148
Use of space at start of line Use tabs to indent the source code. Low Base64.java 149
Use of space at start of line Use tabs to indent the source code. Low Base64.java 150
Use of space at start of line Use tabs to indent the source code. Low Base64.java 151
Use of space at start of line Use tabs to indent the source code. Low Base64.java 152
Use of space at start of line Use tabs to indent the source code. Low Base64.java 153
Use of space at start of line Use tabs to indent the source code. Low Base64.java 154
Use of space at start of line Use tabs to indent the source code. Low Base64.java 155
Use of space at start of line Use tabs to indent the source code. Low Base64.java 157
Use of space at start of line Use tabs to indent the source code. Low Base64.java 158
Use of space at start of line Use tabs to indent the source code. Low Base64.java 160
Use of space at start of line Use tabs to indent the source code. Low Base64.java 161
Use of space at start of line Use tabs to indent the source code. Low Base64.java 162
Use of space at start of line Use tabs to indent the source code. Low Base64.java 163
Use of space at start of line Use tabs to indent the source code. Low Base64.java 164
Use of space at start of line Use tabs to indent the source code. Low Base64.java 165
Use of space at start of line Use tabs to indent the source code. Low Base64.java 167
Use of space at start of line Use tabs to indent the source code. Low Base64.java 175
Use of space at start of line Use tabs to indent the source code. Low Base64.java 178
Use of space at start of line Use tabs to indent the source code. Low Base64.java 182
Use of space at start of line Use tabs to indent the source code. Low Base64.java 183
Use of space at start of line Use tabs to indent the source code. Low Base64.java 184
Use of space at start of line Use tabs to indent the source code. Low Base64.java 186
Use of space at start of line Use tabs to indent the source code. Low Base64.java 187
Use of space at start of line Use tabs to indent the source code. Low Base64.java 188
Use of space at start of line Use tabs to indent the source code. Low Base64.java 189
Use of space at start of line Use tabs to indent the source code. Low Base64.java 190
Use of space at start of line Use tabs to indent the source code. Low Base64.java 191
Use of space at start of line Use tabs to indent the source code. Low Base64.java 192
Use of space at start of line Use tabs to indent the source code. Low Base64.java 193
Use of space at start of line Use tabs to indent the source code. Low Base64.java 194
Use of space at start of line Use tabs to indent the source code. Low Base64.java 195
Use of space at start of line Use tabs to indent the source code. Low Base64.java 196
Use of space at start of line Use tabs to indent the source code. Low Base64.java 197
Use of space at start of line Use tabs to indent the source code. Low Base64.java 198
Use of space at start of line Use tabs to indent the source code. Low Base64.java 199
Use of space at start of line Use tabs to indent the source code. Low Base64.java 200
Use of space at start of line Use tabs to indent the source code. Low Base64.java 201
Use of space at start of line Use tabs to indent the source code. Low Base64.java 202
Use of space at start of line Use tabs to indent the source code. Low Base64.java 204
Use of space at start of line Use tabs to indent the source code. Low Base64.java 205
Use of space at start of line Use tabs to indent the source code. Low Base64.java 209
Use of space at start of line Use tabs to indent the source code. Low Base64.java 210
Use of space at start of line Use tabs to indent the source code. Low Base64.java 211
Use of space at start of line Use tabs to indent the source code. Low Base64.java 212
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 5
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 6
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 7
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 8
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 9
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 10
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 11
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 12
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 13
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 14
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 15
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 16
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 17
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 19
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 20
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 21
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 22
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 23
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 24
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 25
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 26
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 28
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 29
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 30
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 31
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 32
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 33
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 34
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 35
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 36
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 37
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 38
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 39
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 40
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 41
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 42
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 43
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 44
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 45
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 46
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 47
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 48
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 49
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 50
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 51
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 52
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 53
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 54
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 55
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 56
Use of space at start of line Use tabs to indent the source code. Low ConsumerThread.java 48
Use of tab character outside a literal Use spaces rather than tabs. Low ConsumerThread.java 54
Use of tab character outside a literal Use spaces rather than tabs. Low ConsumerThread.java 75
Use of tab character outside a literal Use spaces rather than tabs. Low ConsumerThread.java 119
Use of tab character outside a literal Use spaces rather than tabs. Low ConsumerThread.java 126
Use of space at start of line Use tabs to indent the source code. Low DBManager.java 44
Use of space at start of line Use tabs to indent the source code. Low DBManager.java 86
Use of space at start of line Use tabs to indent the source code. Low DBManager.java 87
Use of space at start of line Use tabs to indent the source code. Low DBManager.java 88
Use of space at start of line Use tabs to indent the source code. Low DBManager.java 89
Use of space at start of line Use tabs to indent the source code. Low DBManager.java 90
Use of space at start of line Use tabs to indent the source code. Low DBManager.java 91
Use of space at start of line Use tabs to indent the source code. Low DBManager.java 92
Use of space at start of line Use tabs to indent the source code. Low DBManager.java 93
Use of space at start of line Use tabs to indent the source code. Low DBManager.java 95
Use of space at start of line Use tabs to indent the source code. Low DBManager.java 102
Use of space at start of line Use tabs to indent the source code. Low DBManager.java 103
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 13
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 14
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 17
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 18
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 19
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 20
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 21
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 22
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 24
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 25
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 26
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 27
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 28
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 29
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 15
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 16
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 17
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 19
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 21
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 22
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 23
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 24
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 25
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 26
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 28
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 29
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 30
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 31
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 32
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 33
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 35
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 36
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 37
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 39
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 40
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 41
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 8
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 11
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 12
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 13
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 14
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 15
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 16
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 18
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 19
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 20
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 21
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 22
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 23
Use of space at start of line Use tabs to indent the source code. Low _Device.java 18
Use of space at start of line Use tabs to indent the source code. Low _Device.java 19
Use of space at start of line Use tabs to indent the source code. Low _Device.java 20
Use of space at start of line Use tabs to indent the source code. Low _Device.java 21
Use of space at start of line Use tabs to indent the source code. Low _Device.java 22
Use of space at start of line Use tabs to indent the source code. Low _Device.java 23
Use of space at start of line Use tabs to indent the source code. Low _Device.java 24
Use of space at start of line Use tabs to indent the source code. Low _Device.java 25
Use of space at start of line Use tabs to indent the source code. Low _Device.java 26
Use of space at start of line Use tabs to indent the source code. Low _Device.java 27
Use of space at start of line Use tabs to indent the source code. Low _Device.java 29
Use of space at start of line Use tabs to indent the source code. Low _Device.java 31
Use of space at start of line Use tabs to indent the source code. Low _Device.java 32
Use of space at start of line Use tabs to indent the source code. Low _Device.java 33
Use of space at start of line Use tabs to indent the source code. Low _Device.java 34
Use of space at start of line Use tabs to indent the source code. Low _Device.java 35
Use of space at start of line Use tabs to indent the source code. Low _Device.java 36
Use of space at start of line Use tabs to indent the source code. Low _Device.java 38
Use of space at start of line Use tabs to indent the source code. Low _Device.java 39
Use of space at start of line Use tabs to indent the source code. Low _Device.java 40
Use of space at start of line Use tabs to indent the source code. Low _Device.java 41
Use of space at start of line Use tabs to indent the source code. Low _Device.java 42
Use of space at start of line Use tabs to indent the source code. Low _Device.java 43
Use of space at start of line Use tabs to indent the source code. Low _Device.java 45
Use of space at start of line Use tabs to indent the source code. Low _Device.java 46
Use of space at start of line Use tabs to indent the source code. Low _Device.java 47
Use of space at start of line Use tabs to indent the source code. Low _Device.java 48
Use of space at start of line Use tabs to indent the source code. Low _Device.java 49
Use of space at start of line Use tabs to indent the source code. Low _Device.java 50
Use of space at start of line Use tabs to indent the source code. Low _Device.java 52
Use of space at start of line Use tabs to indent the source code. Low _Device.java 53
Use of space at start of line Use tabs to indent the source code. Low _Device.java 54
Use of space at start of line Use tabs to indent the source code. Low _Device.java 55
Use of space at start of line Use tabs to indent the source code. Low _Device.java 56
Use of space at start of line Use tabs to indent the source code. Low _Device.java 57
Use of space at start of line Use tabs to indent the source code. Low _Device.java 59
Use of space at start of line Use tabs to indent the source code. Low _Device.java 60
Use of space at start of line Use tabs to indent the source code. Low _Device.java 61
Use of space at start of line Use tabs to indent the source code. Low _Device.java 62
Use of space at start of line Use tabs to indent the source code. Low _Device.java 63
Use of space at start of line Use tabs to indent the source code. Low _Device.java 64
Use of space at start of line Use tabs to indent the source code. Low _Device.java 66
Use of space at start of line Use tabs to indent the source code. Low _Device.java 67
Use of space at start of line Use tabs to indent the source code. Low _Device.java 68
Use of space at start of line Use tabs to indent the source code. Low _Device.java 69
Use of space at start of line Use tabs to indent the source code. Low _Device.java 70
Use of space at start of line Use tabs to indent the source code. Low _Device.java 71
Use of space at start of line Use tabs to indent the source code. Low _Device.java 73
Use of space at start of line Use tabs to indent the source code. Low _Device.java 74
Use of space at start of line Use tabs to indent the source code. Low _Device.java 75
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 18
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 19
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 20
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 21
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 22
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 23
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 24
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 26
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 28
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 29
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 30
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 31
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 32
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 33
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 35
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 36
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 37
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 38
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 39
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 40
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 42
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 43
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 44
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 45
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 46
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 47
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 49
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 50
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 51
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 52
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 53
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 54
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 56
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 57
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 58
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 59
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 60
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 61
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 63
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 64
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 65
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 67
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 68
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 69
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 72
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 73
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 74
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 76
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 77
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 78
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 17
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 18
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 19
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 20
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 21
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 22
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 24
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 26
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 27
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 28
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 29
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 30
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 31
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 33
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 34
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 35
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 36
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 37
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 38
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 40
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 41
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 42
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 43
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 44
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 45
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 47
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 48
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 49
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 50
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 51
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 52
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 54
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 55
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 56
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 57
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 58
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 59
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 61
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 62
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 63
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 65
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 66
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 67
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 15
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 17
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 18
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 20
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 21
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 22
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 24
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 25
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 26
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 15
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 16
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 18
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 19
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 21
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 22
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 23
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 24
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 25
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 26
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 28
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 29
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 30
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 32
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 33
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 34
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 20
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 21
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 22
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 23
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 24
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 25
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 26
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 27
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 28
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 29
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 30
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 31
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 33
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 35
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 36
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 37
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 38
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 39
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 40
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 42
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 43
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 44
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 45
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 46
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 47
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 49
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 50
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 51
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 52
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 53
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 54
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 56
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 57
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 58
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 59
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 60
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 61
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 63
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 64
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 65
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 66
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 67
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 68
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 70
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 71
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 72
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 73
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 74
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 75
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 77
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 18
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 19
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 20
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 22
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 24
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 25
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 26
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 27
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 28
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 29
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 31
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 32
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 33
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 34
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 35
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 36
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 37
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 38
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 39
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 40
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 43
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 44
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 45
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 47
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 48
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 49
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 17
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 18
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 19
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 20
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 21
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 22
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 23
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 25
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 27
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 28
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 29
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 30
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 31
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 32
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 34
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 35
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 36
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 37
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 38
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 39
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 41
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 42
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 43
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 44
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 45
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 46
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 48
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 49
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 50
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 51
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 52
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 53
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 55
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 56
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 57
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 58
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 59
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 60
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 62
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 63
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 64
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 65
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 66
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 67
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 69
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 70
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 71
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 73
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 74
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 75
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 15
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 16
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 17
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 18
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 20
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 22
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 23
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 24
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 25
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 26
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 27
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 29
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 30
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 31
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 32
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 33
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 34
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 36
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 37
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 38
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 39
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 40
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 41
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 43
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 44
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 45
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 47
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 48
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 49
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 18
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 19
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 20
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 21
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 22
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 23
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 24
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 25
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 26
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 27
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 28
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 29
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 31
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 33
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 34
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 35
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 36
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 37
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 38
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 40
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 41
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 42
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 43
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 44
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 45
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 47
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 48
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 49
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 50
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 51
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 52
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 54
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 55
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 56
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 57
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 58
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 59
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 61
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 62
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 63
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 64
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 65
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 66
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 68
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 69
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 70
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 71
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 72
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 73
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 75
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 15
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 16
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 17
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 19
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 21
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 22
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 23
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 24
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 25
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 26
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 28
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 29
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 30
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 31
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 32
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 33
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 35
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 36
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 37
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 39
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 40
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 41
Use of space at start of line Use tabs to indent the source code. Low _ReportRef.java 28
Use of space at start of line Use tabs to indent the source code. Low _ReportRef.java 38
Use of space at start of line Use tabs to indent the source code. Low _ReportRef.java 41
Use of tab character outside a literal Use spaces rather than tabs. Low _ReportRef.java 45
Use of tab character outside a literal Use spaces rather than tabs. Low _ReportRef.java 52
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 17
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 18
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 19
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 20
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 21
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 22
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 24
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 26
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 27
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 28
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 29
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 30
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 31
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 33
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 34
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 35
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 36
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 37
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 38
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 40
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 41
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 42
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 43
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 44
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 45
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 47
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 48
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 49
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 50
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 51
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 52
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 54
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 55
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 56
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 57
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 58
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 59
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 61
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 62
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 63
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 65
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 66
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 67
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 15
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 16
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 17
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 19
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 21
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 22
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 23
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 24
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 25
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 26
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 28
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 29
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 30
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 31
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 32
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 33
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 35
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 36
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 37
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 39
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 40
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 41
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 27
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 28
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 29
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 30
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 31
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 32
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 33
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 34
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 35
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 36
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 37
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 38
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 39
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 40
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 41
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 42
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 43
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 44
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 45
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 46
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 47
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 48
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 49
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 50
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 51
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 52
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 53
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 54
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 55
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 56
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 57
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 58
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 59
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 60
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 61
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 62
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 63
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 64
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 65
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 66
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 67
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 68
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 69
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 70
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 72
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 73
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 74
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 75
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 76
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 77
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 15
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 16
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 17
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 18
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 19
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 21
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 23
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 24
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 25
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 26
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 27
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 28
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 30
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 31
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 32
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 33
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 34
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 35
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 37
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 38
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 39
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 40
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 41
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 42
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 44
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 45
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 46
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 47
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 48
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 49
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 51
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 52
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 53
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 55
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 56
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 57
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 31
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 32
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 33
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 34
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 35
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 36
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 37
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 38
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 39
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 40
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 41
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 42
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 43
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 45
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 46
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 47
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 48
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 49
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 50
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 53
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 54
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 55
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 56
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 57
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 58
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 59
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 60
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 61
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 62
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 63
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 64
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 65
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 66
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 67
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 68
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 69
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 70
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 71
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 72
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 73
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 74
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 75
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 76
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 77
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 78
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 79
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 80
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 81
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 82
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 83
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 13
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 14
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 15
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 16
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 17
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 18
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 19
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 20
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 22
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 24
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 25
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 26
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 27
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 28
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 29
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 31
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 32
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 33
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 34
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 35
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 36
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 38
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 39
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 40
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 41
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 42
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 43
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 45
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 46
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 47
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 48
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 49
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 50
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 52
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 53
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 54
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 55
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 56
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 57
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 59
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 60
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 61
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 62
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 63
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 64
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 66
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 67
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 68
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 69
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 70
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 15
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 16
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 17
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 19
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 21
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 22
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 23
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 24
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 25
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 26
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 28
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 29
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 30
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 31
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 32
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 33
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 35
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 36
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 37
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 39
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 40
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 41
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 19
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 20
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 21
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 22
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 23
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 24
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 25
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 26
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 27
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 28
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 29
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 30
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 31
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 32
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 33
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 35
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 37
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 38
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 39
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 40
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 41
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 42
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 44
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 45
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 46
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 47
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 48
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 49
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 51
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 52
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 53
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 54
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 55
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 56
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 58
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 59
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 60
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 61
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 62
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 63
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 65
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 66
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 67
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 68
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 69
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 70
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 72
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 73
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 74
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 75
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 16
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 17
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 19
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 21
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 22
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 23
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 25
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 26
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 27
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 30
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 31
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 32
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 34
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 35
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 36
Use of space at start of line Use tabs to indent the source code. Low _User.java 19
Use of space at start of line Use tabs to indent the source code. Low _User.java 20
Use of space at start of line Use tabs to indent the source code. Low _User.java 21
Use of space at start of line Use tabs to indent the source code. Low _User.java 22
Use of space at start of line Use tabs to indent the source code. Low _User.java 23
Use of space at start of line Use tabs to indent the source code. Low _User.java 24
Use of space at start of line Use tabs to indent the source code. Low _User.java 25
Use of space at start of line Use tabs to indent the source code. Low _User.java 26
Use of space at start of line Use tabs to indent the source code. Low _User.java 27
Use of space at start of line Use tabs to indent the source code. Low _User.java 28
Use of space at start of line Use tabs to indent the source code. Low _User.java 29
Use of space at start of line Use tabs to indent the source code. Low _User.java 30
Use of space at start of line Use tabs to indent the source code. Low _User.java 31
Use of space at start of line Use tabs to indent the source code. Low _User.java 32
Use of space at start of line Use tabs to indent the source code. Low _User.java 33
Use of space at start of line Use tabs to indent the source code. Low _User.java 34
Use of space at start of line Use tabs to indent the source code. Low _User.java 36
Use of space at start of line Use tabs to indent the source code. Low _User.java 38
Use of space at start of line Use tabs to indent the source code. Low _User.java 39
Use of space at start of line Use tabs to indent the source code. Low _User.java 40
Use of space at start of line Use tabs to indent the source code. Low _User.java 41
Use of space at start of line Use tabs to indent the source code. Low _User.java 42
Use of space at start of line Use tabs to indent the source code. Low _User.java 43
Use of space at start of line Use tabs to indent the source code. Low _User.java 45
Use of space at start of line Use tabs to indent the source code. Low _User.java 46
Use of space at start of line Use tabs to indent the source code. Low _User.java 47
Use of space at start of line Use tabs to indent the source code. Low _User.java 48
Use of space at start of line Use tabs to indent the source code. Low _User.java 49
Use of space at start of line Use tabs to indent the source code. Low _User.java 50
Use of space at start of line Use tabs to indent the source code. Low _User.java 52
Use of space at start of line Use tabs to indent the source code. Low _User.java 53
Use of space at start of line Use tabs to indent the source code. Low _User.java 54
Use of space at start of line Use tabs to indent the source code. Low _User.java 55
Use of space at start of line Use tabs to indent the source code. Low _User.java 56
Use of space at start of line Use tabs to indent the source code. Low _User.java 57
Use of space at start of line Use tabs to indent the source code. Low _User.java 59
Use of space at start of line Use tabs to indent the source code. Low _User.java 60
Use of space at start of line Use tabs to indent the source code. Low _User.java 61
Use of space at start of line Use tabs to indent the source code. Low _User.java 62
Use of space at start of line Use tabs to indent the source code. Low _User.java 63
Use of space at start of line Use tabs to indent the source code. Low _User.java 64
Use of space at start of line Use tabs to indent the source code. Low _User.java 66
Use of space at start of line Use tabs to indent the source code. Low _User.java 67
Use of space at start of line Use tabs to indent the source code. Low _User.java 68
Use of space at start of line Use tabs to indent the source code. Low _User.java 69
Use of space at start of line Use tabs to indent the source code. Low _User.java 70
Use of space at start of line Use tabs to indent the source code. Low _User.java 71
Use of space at start of line Use tabs to indent the source code. Low _User.java 73
Use of space at start of line Use tabs to indent the source code. Low _User.java 74
Use of space at start of line Use tabs to indent the source code. Low _User.java 75
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 29
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 30
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 31
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 32
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 33
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 34
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 35
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 36
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 37
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 38
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 39
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 40
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 41
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 42
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 43
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 44
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 45
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 46
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 47
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 48
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 49
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 50
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 51
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 52
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 53
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 54
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 55
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 56
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 57
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 58
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 59
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 60
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 61
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 63
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 65
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 66
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 67
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 68
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 69
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 70
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 72
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 73
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 74
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 75
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 76
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 77
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 79
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 80
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 81
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 82
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 16
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 17
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 19
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 21
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 22
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 23
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 25
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 26
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 27
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 30
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 31
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 32
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 34
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 35
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 36
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 15
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 16
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 17
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 18
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 19
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 21
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 23
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 24
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 25
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 26
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 27
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 28
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 30
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 31
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 32
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 33
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 34
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 35
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 37
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 38
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 39
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 40
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 41
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 42
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 44
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 45
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 46
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 47
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 48
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 49
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 51
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 52
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 53
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 55
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 56
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 57
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 15
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 16
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 17
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 18
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 20
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 22
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 23
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 24
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 25
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 26
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 27
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 29
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 30
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 31
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 32
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 33
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 34
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 36
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 37
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 38
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 39
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 40
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 41
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 43
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 44
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 45
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 47
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 48
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 49
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 15
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 16
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 17
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 18
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 19
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 20
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 21
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 22
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 23
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 24
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 25
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 26
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 27
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 28
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 29
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 30
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 32
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 34
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 35
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 36
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 37
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 38
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 39
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 41
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 42
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 43
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 44
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 45
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 46
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 48
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 49
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 50
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 51
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 52
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 53
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 55
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 56
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 57
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 58
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 59
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 60
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 62
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 63
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 64
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 65
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 66
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 67
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 69
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 70
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 71
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 17
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 18
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 19
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 20
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 21
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 22
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 23
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 25
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 27
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 28
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 29
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 30
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 31
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 32
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 34
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 35
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 36
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 37
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 38
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 39
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 41
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 42
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 43
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 44
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 45
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 46
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 48
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 49
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 50
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 51
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 52
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 53
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 55
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 56
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 57
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 58
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 59
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 60
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 62
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 63
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 64
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 65
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 66
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 67
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 69
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 70
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 71
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 73
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 74
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 75
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 25
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 26
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 27
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 28
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 29
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 30
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 31
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 32
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 33
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 34
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 35
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 36
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 37
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 38
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 39
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 40
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 41
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 42
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 43
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 44
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 46
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 48
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 49
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 50
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 51
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 52
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 53
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 55
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 56
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 57
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 58
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 59
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 60
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 62
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 63
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 64
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 65
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 66
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 67
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 69
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 70
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 71
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 72
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 73
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 74
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 76
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 77
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 78
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 79
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 80
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 17
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 18
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 19
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 20
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 22
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 24
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 25
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 26
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 27
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 28
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 29
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 31
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 32
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 33
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 34
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 35
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 36
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 38
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 39
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 40
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 41
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 42
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 43
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 45
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 46
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 47
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 48
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 49
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 50
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 51
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 52
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 53
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 54
Use of space at start of line Use tabs to indent the source code. Low Device.java 25
Use of space at start of line Use tabs to indent the source code. Low Device.java 26
Use of space at start of line Use tabs to indent the source code. Low Device.java 27
Use of space at start of line Use tabs to indent the source code. Low Device.java 28
Use of tab character outside a literal Use spaces rather than tabs. Low Device.java 29
Use of space at start of line Use tabs to indent the source code. Low Device.java 31
Use of space at start of line Use tabs to indent the source code. Low Device.java 32
Use of space at start of line Use tabs to indent the source code. Low Device.java 33
Use of space at start of line Use tabs to indent the source code. Low Device.java 34
Use of space at start of line Use tabs to indent the source code. Low Device.java 35
Use of space at start of line Use tabs to indent the source code. Low Device.java 36
Use of tab character outside a literal Use spaces rather than tabs. Low Device.java 38
Use of space at start of line Use tabs to indent the source code. Low Device.java 39
Use of tab character outside a literal Use spaces rather than tabs. Low Device.java 42
Use of space at start of line Use tabs to indent the source code. Low Device.java 45
Use of space at start of line Use tabs to indent the source code. Low Device.java 46
Use of space at start of line Use tabs to indent the source code. Low Device.java 47
Use of tab character outside a literal Use spaces rather than tabs. Low Device.java 50
Use of space at start of line Use tabs to indent the source code. Low Device.java 52
Use of space at start of line Use tabs to indent the source code. Low Device.java 53
Use of space at start of line Use tabs to indent the source code. Low TripNotFoundException.java 5
Use of space at start of line Use tabs to indent the source code. Low TripNotFoundException.java 6
Use of space at start of line Use tabs to indent the source code. Low TripNotFoundException.java 7
Use of space at start of line Use tabs to indent the source code. Low TripNotFoundException.java 8
Use of space at start of line Use tabs to indent the source code. Low VehicleNotFoundException.java 6
Use of space at start of line Use tabs to indent the source code. Low VehicleNotFoundException.java 7
Use of space at start of line Use tabs to indent the source code. Low VehicleNotFoundException.java 8
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 9
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 10
Use of tab character outside a literal Use spaces rather than tabs. Low LMU4100Map.java 10
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 12
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 14
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 15
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 16
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 17
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 18
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 19
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 20
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 21
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 22
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 23
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 24
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 25
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 26
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 27
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 28
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 29
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 29
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 30
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 30
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 31
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 31
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 32
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 33
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 33
Use of tab character outside a literal Use spaces rather than tabs. Low LMU4100Map.java 33
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 34
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 34
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 35
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 36
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 37
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 38
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 38
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 39
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 40
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 40
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 41
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 42
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 42
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 43
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 44
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 45
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 46
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 47
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 48
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 49
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 50
Use of space at start of line Use tabs to indent the source code. Low Organization.java 7
Use of space at start of line Use tabs to indent the source code. Low Organization.java 8
Use of space at start of line Use tabs to indent the source code. Low Organization.java 9
Use of space at start of line Use tabs to indent the source code. Low Organization.java 10
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 33
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 34
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 35
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 36
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 37
Use of tab character outside a literal Use spaces rather than tabs. Low ReportRef.java 38
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 41
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 42
Use of tab character outside a literal Use spaces rather than tabs. Low ReportRef.java 43
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 45
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 46
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 47
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 7
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 9
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 11
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 12
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 13
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 14
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 16
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 17
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 24
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 38
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 55
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 56
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 57
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 58
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 61
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 63
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 65
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 67
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 68
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 69
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 70
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 71
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 72
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 73
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 84
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 85
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 86
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 87
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 88
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 89
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 90
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 91
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 92
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 93
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 93
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 94
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 95
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 96
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 97
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 98
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 99
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 100
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 116
Use of tab character outside a literal Use spaces rather than tabs. Low TripDetails.java 116
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 117
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 118
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 118
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 119
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 120
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 122
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 123
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 125
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 128
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 128
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 129
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 130
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 131
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 132
Use of space at start of line Use tabs to indent the source code. Low TripMsgParams.java 29
Use of space at start of line Use tabs to indent the source code. Low TripMsgParams.java 30
Use of space at start of line Use tabs to indent the source code. Low TripMsgParams.java 31
Use of space at start of line Use tabs to indent the source code. Low TripMsgParams.java 32
Use of space at start of line Use tabs to indent the source code. Low TripParameters.java 243
Use of space at start of line Use tabs to indent the source code. Low TripParameters.java 245
Use of space at start of line Use tabs to indent the source code. Low TripParameters.java 279
Use of space at start of line Use tabs to indent the source code. Low TripParameters.java 444
Use of space at start of line Use tabs to indent the source code. Low TripParameters.java 445
Use of space at start of line Use tabs to indent the source code. Low TripParameters.java 446
Use of tab character outside a literal Use spaces rather than tabs. Low TripParameters.java 466
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 15
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 16
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 17
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 18
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 19
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 20
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 21
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 22
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 23
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 24
Use of tab character outside a literal Use spaces rather than tabs. Low VehicleDetails.java 24
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 25
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 26
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 27
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 28
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 29
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 30
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 31
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 32
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 33
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 34
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 35
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 36
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 37
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 38
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 39
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 40
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 41
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 42
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 43
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 44
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 45
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 47
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 48
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 50
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 51
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 52
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 53
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 133
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 134
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 135
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 140
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 141
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 142
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 143
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 144
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 145
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 147
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 155
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 156
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 157
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 159
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 167
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 168
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 169
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 171
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 179
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 180
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 181
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 183
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 191
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 192
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 193
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 195
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 203
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 204
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 205
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 207
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 215
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 216
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 217
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 220
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 263
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 264
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 265
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 266
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 267
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 269
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 270
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 272
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 294
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 295
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 296
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 297
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 298
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 299
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 302
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 335
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 32
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 36
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 37
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 39
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 43
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 44
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 45
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 47
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 51
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 52
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 53
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 55
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 59
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 60
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 61
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 63
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 67
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 68
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 69
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 71
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 75
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 76
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 77
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 79
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 83
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 84
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 85
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 87
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 91
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 92
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 93
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 95
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 99
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 100
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 101
 
Violation Recommendation Severity Resource Line
Missing space after comma Insert the missing space. Low CategoryReader.java 50
Missing space after comma Insert the missing space. Low CategoryReader.java 56
Missing space after comma Insert the missing space. Low CategoryReader.java 84
Missing space after comma Insert the missing space. Low CategoryReader.java 88
Missing space after comma Insert the missing space. Low CategoryReader.java 95
Missing space after comma Insert the missing space. Low DirectParamEvaluator.java 31
Missing space after comma Insert the missing space. Low DirectParamEvaluator.java 67
Missing space after comma Insert the missing space. Low DriftMasker.java 50
Missing space after comma Insert the missing space. Low DriftMasker.java 57
Missing space after comma Insert the missing space. Low DriftMasker.java 57
Missing space after comma Insert the missing space. Low DriftMasker.java 59
Missing space after comma Insert the missing space. Low DriftMasker.java 72
Missing space after comma Insert the missing space. Low DriftMasker.java 72
Missing space after comma Insert the missing space. Low DriftMasker.java 82
Missing space after comma Insert the missing space. Low DriftMasker.java 95
Missing space after comma Insert the missing space. Low ExpReader.java 51
Missing space after comma Insert the missing space. Low ExpReader.java 59
Missing space after comma Insert the missing space. Low ExpReader.java 85
Missing space after comma Insert the missing space. Low ExpReader.java 89
Missing space after comma Insert the missing space. Low ExpReader.java 96
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 43
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 43
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 55
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 58
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 58
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 69
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 78
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 78
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 79
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 122
Missing space after comma Insert the missing space. Low ExpressionHandler.java 41
Missing space after comma Insert the missing space. Low ValidatorReader.java 103
Missing space after comma Insert the missing space. Low ValidatorReader.java 133
Missing space after comma Insert the missing space. Low ValidatorReader.java 137
Missing space after comma Insert the missing space. Low GpsWebserviceClient.java 29
Missing space after comma Insert the missing space. Low GpsWebserviceClient.java 29
Extra space before comma Delete the space before the comma. Low GpsWebserviceClient.java 29
Missing space after comma Insert the missing space. Low GpsWebserviceClient.java 29
Missing space after comma Insert the missing space. Low GpsWebserviceClient.java 34
Missing space after comma Insert the missing space. Low GpsWebserviceClient.java 34
Missing space after comma Insert the missing space. Low GpsWebserviceClient.java 34
Missing space after comma Insert the missing space. Low GpsWebserviceClient.java 37
Missing space after comma Insert the missing space. Low ConfigReader.java 25
Missing space after comma Insert the missing space. Low FileUtilities.java 81
Missing space after comma Insert the missing space. Low FileUtilities.java 86
Missing space after comma Insert the missing space. Low FileUtilities.java 93
Missing space after comma Insert the missing space. Low LMUResource.java 62
Missing space after comma Insert the missing space. Low PacketDataFetcher.java 46
Missing space after comma Insert the missing space. Low PacketDataFetcher.java 52
Missing space after comma Insert the missing space. Low PacketDataFetcher.java 59
Missing space after comma Insert the missing space. Low PacketDataFetcher.java 63
Missing space after comma Insert the missing space. Low PacketDataFetcher.java 94
Missing space after comma Insert the missing space. Low PacketDataFetcher.java 100
Missing space after comma Insert the missing space. Low ParamUtils.java 20
Missing space after comma Insert the missing space. Low ParamUtils.java 27
Missing space after comma Insert the missing space. Low ParamUtils.java 31
Missing space after comma Insert the missing space. Low ParamUtils.java 36
Missing space after comma Insert the missing space. Low ParamUtils.java 42
Missing space after comma Insert the missing space. Low ParamUtils.java 42
Missing space after comma Insert the missing space. Low ParamUtils.java 52
Missing space after comma Insert the missing space. Low ParamUtils.java 60
Missing space after comma Insert the missing space. Low AlertManager.java 35
Missing space after comma Insert the missing space. Low AlertManager.java 47
Missing space after comma Insert the missing space. Low AlertManager.java 47
Missing space after comma Insert the missing space. Low AlertManager.java 47
Missing space after comma Insert the missing space. Low AlertManager.java 51
Missing space after comma Insert the missing space. Low AlertManager.java 63
Missing space after comma Insert the missing space. Low AlertManager.java 63
Missing space after comma Insert the missing space. Low AsyncCaller.java 46
Missing space after comma Insert the missing space. Low AsyncCaller.java 60
Missing space after comma Insert the missing space. Low AsyncCaller.java 69
Missing space after comma Insert the missing space. Low AsyncCaller.java 69
Missing space after comma Insert the missing space. Low AsyncCaller.java 76
Missing space after comma Insert the missing space. Low AsyncCaller.java 76
Missing space after comma Insert the missing space. Low AsyncCaller.java 76
Missing space after comma Insert the missing space. Low AsyncCaller.java 87
Missing space after comma Insert the missing space. Low AsyncCaller.java 98
Missing space after comma Insert the missing space. Low AsyncCaller.java 98
Missing space after comma Insert the missing space. Low AsyncCaller.java 98
Missing space after comma Insert the missing space. Low configReader.java 34
Missing space after comma Insert the missing space. Low configReader.java 36
Missing space after comma Insert the missing space. Low configReader.java 74
Missing space after comma Insert the missing space. Low configReader.java 106
Missing space after comma Insert the missing space. Low ConsumerThread.java 42
Missing space after comma Insert the missing space. Low ConsumerThread.java 121
Missing space after comma Insert the missing space. Low ConsumerThread.java 152
Missing space after comma Insert the missing space. Low DBManager.java 67
Missing space after comma Insert the missing space. Low DBManager.java 79
Missing space after comma Insert the missing space. Low DBManager.java 79
Missing space after comma Insert the missing space. Low DBManager.java 86
Missing space after comma Insert the missing space. Low DBManager.java 86
Missing space after comma Insert the missing space. Low DBManager.java 86
Missing space after comma Insert the missing space. Low DBManager.java 98
Missing space after comma Insert the missing space. Low DBManager.java 109
Missing space after comma Insert the missing space. Low DBManager.java 109
Missing space after comma Insert the missing space. Low DBManager.java 109
Missing space after comma Insert the missing space. Low DBManager.java 122
Missing space after comma Insert the missing space. Low DBManager.java 172
Missing space after comma Insert the missing space. Low DBManager.java 178
Missing space after comma Insert the missing space. Low DBManager.java 186
Missing space after comma Insert the missing space. Low LMUUtils.java 115
Missing space after comma Insert the missing space. Low LMUUtils.java 115
Missing space after comma Insert the missing space. Low LMUUtils.java 115
Missing space after comma Insert the missing space. Low PacketConsumer.java 131
Missing space after comma Insert the missing space. Low PacketConsumer.java 143
Missing space after comma Insert the missing space. Low PacketConsumer.java 206
Missing space after comma Insert the missing space. Low PacketConsumer.java 219
Missing space after comma Insert the missing space. Low packetHandler.java 30
Missing space after comma Insert the missing space. Low packetHandler.java 30
Missing space after comma Insert the missing space. Low packetHandler.java 80
Missing space after comma Insert the missing space. Low packetHandler.java 112
Missing space after comma Insert the missing space. Low packetHandler.java 148
Missing space after comma Insert the missing space. Low packetHandler.java 221
Missing space after comma Insert the missing space. Low PacketProducer.java 133
Missing space after comma Insert the missing space. Low recieveThread.java 55
Missing space after comma Insert the missing space. Low recieveThread.java 55
Missing space after comma Insert the missing space. Low recieveThread.java 55
Missing space after comma Insert the missing space. Low recieveThread.java 112
Extra space before comma Delete the space before the comma. Low recieveThread.java 112
Missing space after comma Insert the missing space. Low recieveThread.java 112
Missing space after comma Insert the missing space. Low recieveThread.java 112
Missing space after comma Insert the missing space. Low recieveThread.java 112
Missing space after comma Insert the missing space. Low recieveThread.java 112
Missing space after comma Insert the missing space. Low recieveThread.java 112
Missing space after comma Insert the missing space. Low RecieveThreadDummy.java 17
Missing space after comma Insert the missing space. Low RecieveThreadDummy.java 17
Missing space after comma Insert the missing space. Low RecieveThreadDummy.java 17
Missing space after comma Insert the missing space. Low sendMessage.java 24
Missing space after comma Insert the missing space. Low sendMessage.java 29
Missing space after comma Insert the missing space. Low sendMessage.java 29
Missing space after comma Insert the missing space. Low sendMessage.java 29
Missing space after comma Insert the missing space. Low sendMessage.java 29
Missing space after comma Insert the missing space. Low sendMessage.java 29
Missing space after comma Insert the missing space. Low sendMessage.java 29
Missing space after comma Insert the missing space. Low sendMessage.java 65
Missing space after comma Insert the missing space. Low sendMessage.java 66
Missing space after comma Insert the missing space. Low sendMessage.java 70
Missing space after comma Insert the missing space. Low sendMessage.java 71
Missing space after comma Insert the missing space. Low sendMessage.java 74
Missing space after comma Insert the missing space. Low sendMessage.java 75
Missing space after comma Insert the missing space. Low sendMessage.java 76
Missing space after comma Insert the missing space. Low sendMessage.java 77
Missing space after comma Insert the missing space. Low sendMessage.java 78
Missing space after comma Insert the missing space. Low sendMessage.java 80
Missing space after comma Insert the missing space. Low sendMessage.java 80
Missing space after comma Insert the missing space. Low sendMessage.java 80
Missing space after comma Insert the missing space. Low sendMessage.java 106
Missing space after comma Insert the missing space. Low sendMessage.java 106
Missing space after comma Insert the missing space. Low UDPClient.java 98
Missing space after comma Insert the missing space. Low UDPServer.java 13
Missing space after comma Insert the missing space. Low UDPServerHandler.java 90
Missing space after comma Insert the missing space. Low UDPServerMINA.java 80
Missing space after comma Insert the missing space. Low UDPServerMINA.java 87
Missing space after comma Insert the missing space. Low UDPServerMINA.java 112
Missing space after comma Insert the missing space. Low UDPServerMINA.java 112
Missing space after comma Insert the missing space. Low UDPServerMINA.java 112
Missing space after comma Insert the missing space. Low UDPServerMINA.java 144
Missing space after comma Insert the missing space. Low WSThread.java 60
Missing space after comma Insert the missing space. Low WSThread.java 80
Missing space after comma Insert the missing space. Low WSThread.java 80
Missing space after comma Insert the missing space. Low WSThread.java 80
Missing space after comma Insert the missing space. Low AccumulatorRef.java 28
Missing space after comma Insert the missing space. Low _ReportRef.java 48
Missing space after comma Insert the missing space. Low Configurations.java 15
Missing space after comma Insert the missing space. Low Device.java 14
Missing space after comma Insert the missing space. Low Device.java 25
Missing space after comma Insert the missing space. Low Device.java 29
Missing space after comma Insert the missing space. Low Device.java 50
Missing space after comma Insert the missing space. Low Device.java 50
Missing space after comma Insert the missing space. Low ReportRef.java 38
Missing space after comma Insert the missing space. Low TripDetails.java 60
Missing space after comma Insert the missing space. Low TripDetails.java 60
Missing space after comma Insert the missing space. Low TripDetails.java 102
Missing space after comma Insert the missing space. Low TripDetails.java 103
Missing space after comma Insert the missing space. Low TripDetails.java 118
Missing space after comma Insert the missing space. Low TripDetails.java 142
Missing space after comma Insert the missing space. Low TripDetails.java 187
Missing space after comma Insert the missing space. Low TripDetails.java 187
Missing space after comma Insert the missing space. Low TripParameters.java 118
Missing space after comma Insert the missing space. Low TripParameters.java 243
Missing space after comma Insert the missing space. Low TripParameters.java 245
Missing space after comma Insert the missing space. Low VehicleDetails.java 21
Missing space after comma Insert the missing space. Low VehicleDetails.java 31
 
Violation Recommendation Severity Resource Line
Missing space after cast Insert the missing space. Low DriftMasker.java 43
Missing space after cast Insert the missing space. Low DriftMasker.java 85
Missing space after cast Insert the missing space. Low DriftMasker.java 87
Missing space after cast Insert the missing space. Low ExpressionDecoder.java 98
Missing space after cast Insert the missing space. Low ExpressionDecoder.java 116
Missing space after cast Insert the missing space. Low ExpressionDecoder.java 128
Missing space after cast Insert the missing space. Low ExpressionDecoder.java 137
Missing space after cast Insert the missing space. Low PolygonRegion_Service.java 55
Missing space after cast Insert the missing space. Low PolygonRegion_Service.java 67
Missing space after cast Insert the missing space. Low PacketDataFetcher.java 86
Missing space after cast Insert the missing space. Low ParamUtils.java 26
Missing space after cast Insert the missing space. Low ParamUtils.java 30
Missing space after cast Insert the missing space. Low ValidatorFactory.java 26
Missing space after cast Insert the missing space. Low configReader.java 33
Missing space after cast Insert the missing space. Low configReader.java 40
Missing space after cast Insert the missing space. Low configReader.java 73
Missing space after cast Insert the missing space. Low configReader.java 78
Missing space after cast Insert the missing space. Low configReader.java 105
Missing space after cast Insert the missing space. Low configReader.java 110
Missing space after cast Insert the missing space. Low ConsumerThread.java 57
Missing space after cast Insert the missing space. Low ConsumerThread.java 67
Missing space after cast Insert the missing space. Low DBManager_PerfTest.java 51
Missing space after cast Insert the missing space. Low DBManager_PerfTest.java 59
Missing space after cast Insert the missing space. Low DBManager_PerfTest.java 64
Missing space after cast Insert the missing space. Low DBManager_PerfTest.java 66
Missing space after cast Insert the missing space. Low DBManager_PerfTest.java 70
Missing space after cast Insert the missing space. Low packetHandler.java 30
Missing space after cast Insert the missing space. Low packetHandler.java 121
Missing space after cast Insert the missing space. Low packetHandler.java 145
Missing space after cast Insert the missing space. Low PacketProducer.java 84
Missing space after cast Insert the missing space. Low PacketProducer.java 106
Missing space after cast Insert the missing space. Low PacketProducer.java 148
Missing space after cast Insert the missing space. Low PacketProducer.java 149
Missing space after cast Insert the missing space. Low QueueAllocator.java 70
Missing space after cast Insert the missing space. Low recieveThread.java 73
Missing space after cast Insert the missing space. Low recieveThread.java 74
Missing space after cast Insert the missing space. Low recieveThread.java 81
Missing space after cast Insert the missing space. Low recieveThread.java 83
Missing space after cast Insert the missing space. Low recieveThread.java 84
Missing space after cast Insert the missing space. Low recieveThread.java 112
Missing space after cast Insert the missing space. Low recieveThread.java 125
Missing space after cast Insert the missing space. Low recieveThread.java 178
Missing space after cast Insert the missing space. Low recieveThread.java 185
Missing space after cast Insert the missing space. Low sendMessage.java 41
Missing space after cast Insert the missing space. Low sendMessage.java 65
Missing space after cast Insert the missing space. Low sendMessage.java 66
Missing space after cast Insert the missing space. Low sendMessage.java 68
Missing space after cast Insert the missing space. Low sendMessage.java 74
Missing space after cast Insert the missing space. Low sendMessage.java 75
Missing space after cast Insert the missing space. Low sendMessage.java 76
Missing space after cast Insert the missing space. Low sendMessage.java 77
Missing space after cast Insert the missing space. Low sendMessage.java 78
Missing space after cast Insert the missing space. Low sendMessage.java 117
Missing space after cast Insert the missing space. Low sendMessage.java 118
Missing space after cast Insert the missing space. Low UDPServerMINA.java 107
Missing space after cast Insert the missing space. Low _Accounts.java 21
Missing space after cast Insert the missing space. Low _Accounts.java 28
Missing space after cast Insert the missing space. Low _AccumulatorRef.java 14
Missing space after cast Insert the missing space. Low _AccumulatorRef.java 21
Missing space after cast Insert the missing space. Low _CharityBarometer.java 25
Missing space after cast Insert the missing space. Low _CharityBarometer.java 32
Missing space after cast Insert the missing space. Low _CharityBarometer.java 40
Missing space after cast Insert the missing space. Low _Configurations.java 15
Missing space after cast Insert the missing space. Low _Configurations.java 22
Missing space after cast Insert the missing space. Low _Device.java 35
Missing space after cast Insert the missing space. Low _Device.java 42
Missing space after cast Insert the missing space. Low _Device.java 49
Missing space after cast Insert the missing space. Low _Device.java 56
Missing space after cast Insert the missing space. Low _Device.java 63
Missing space after cast Insert the missing space. Low _Device.java 70
Missing space after cast Insert the missing space. Low _Device.java 77
Missing space after cast Insert the missing space. Low _Device.java 84
Missing space after cast Insert the missing space. Low _Device.java 91
Missing space after cast Insert the missing space. Low _Device.java 102
Missing space after cast Insert the missing space. Low _Feedback.java 32
Missing space after cast Insert the missing space. Low _Feedback.java 39
Missing space after cast Insert the missing space. Low _Feedback.java 46
Missing space after cast Insert the missing space. Low _Feedback.java 53
Missing space after cast Insert the missing space. Low _Feedback.java 60
Missing space after cast Insert the missing space. Low _Feedback.java 68
Missing space after cast Insert the missing space. Low _Feedback.java 77
Missing space after cast Insert the missing space. Low _FenceHistory.java 30
Missing space after cast Insert the missing space. Low _FenceHistory.java 37
Missing space after cast Insert the missing space. Low _FenceHistory.java 44
Missing space after cast Insert the missing space. Low _FenceHistory.java 51
Missing space after cast Insert the missing space. Low _FenceHistory.java 58
Missing space after cast Insert the missing space. Low _FenceHistory.java 66
Missing space after cast Insert the missing space. Low _FrequentTravellerDetails.java 25
Missing space after cast Insert the missing space. Low _FrequentTripDetails.java 25
Missing space after cast Insert the missing space. Low _FrequentTripDetails.java 33
Missing space after cast Insert the missing space. Low _Geofence.java 39
Missing space after cast Insert the missing space. Low _Geofence.java 46
Missing space after cast Insert the missing space. Low _Geofence.java 53
Missing space after cast Insert the missing space. Low _Geofence.java 60
Missing space after cast Insert the missing space. Low _Geofence.java 67
Missing space after cast Insert the missing space. Low _Geofence.java 74
Missing space after cast Insert the missing space. Low _Geofence.java 81
Missing space after cast Insert the missing space. Low _Geofence.java 88
Missing space after cast Insert the missing space. Low _Geofence.java 99
Missing space after cast Insert the missing space. Low _Geofence.java 108
Missing space after cast Insert the missing space. Low _Geofence.java 117
Missing space after cast Insert the missing space. Low _Geofence.java 129
Missing space after cast Insert the missing space. Low _GeovehicleMap.java 28
Missing space after cast Insert the missing space. Low _GeovehicleMap.java 39
Missing space after cast Insert the missing space. Low _GeovehicleMap.java 48
Missing space after cast Insert the missing space. Low _Inbox.java 31
Missing space after cast Insert the missing space. Low _Inbox.java 38
Missing space after cast Insert the missing space. Low _Inbox.java 45
Missing space after cast Insert the missing space. Low _Inbox.java 52
Missing space after cast Insert the missing space. Low _Inbox.java 59
Missing space after cast Insert the missing space. Low _Inbox.java 66
Missing space after cast Insert the missing space. Low _Inbox.java 74
Missing space after cast Insert the missing space. Low _Notification.java 26
Missing space after cast Insert the missing space. Low _Notification.java 33
Missing space after cast Insert the missing space. Low _Notification.java 40
Missing space after cast Insert the missing space. Low _Notification.java 48
Missing space after cast Insert the missing space. Low _Organization.java 37
Missing space after cast Insert the missing space. Low _Organization.java 44
Missing space after cast Insert the missing space. Low _Organization.java 51
Missing space after cast Insert the missing space. Low _Organization.java 58
Missing space after cast Insert the missing space. Low _Organization.java 65
Missing space after cast Insert the missing space. Low _Organization.java 72
Missing space after cast Insert the missing space. Low _Organization.java 79
Missing space after cast Insert the missing space. Low _Organization.java 86
Missing space after cast Insert the missing space. Low _Organization.java 93
Missing space after cast Insert the missing space. Low _Organization.java 100
Missing space after cast Insert the missing space. Low _Organization.java 111
Missing space after cast Insert the missing space. Low _Organization.java 123
Missing space after cast Insert the missing space. Low _PickupPoints.java 25
Missing space after cast Insert the missing space. Low _PickupPoints.java 32
Missing space after cast Insert the missing space. Low _PickupPoints.java 40
Missing space after cast Insert the missing space. Low _ReportRef.java 28
Missing space after cast Insert the missing space. Low _ReportRef.java 31
Missing space after cast Insert the missing space. Low _ReportRef.java 34
Missing space after cast Insert the missing space. Low _ReportRef.java 51
Missing space after cast Insert the missing space. Low _SavingStatus.java 30
Missing space after cast Insert the missing space. Low _SavingStatus.java 37
Missing space after cast Insert the missing space. Low _SavingStatus.java 44
Missing space after cast Insert the missing space. Low _SavingStatus.java 51
Missing space after cast Insert the missing space. Low _SavingStatus.java 58
Missing space after cast Insert the missing space. Low _SavingStatus.java 66
Missing space after cast Insert the missing space. Low _Speedparameter.java 25
Missing space after cast Insert the missing space. Low _Speedparameter.java 32
Missing space after cast Insert the missing space. Low _Speedparameter.java 40
Missing space after cast Insert the missing space. Low _TripMsgParams.java 27
Missing space after cast Insert the missing space. Low _TripMsgParams.java 34
Missing space after cast Insert the missing space. Low _TripMsgParams.java 41
Missing space after cast Insert the missing space. Low _TripMsgParams.java 48
Missing space after cast Insert the missing space. Low _TripMsgParams.java 56
Missing space after cast Insert the missing space. Low _TripParameters.java 60
Missing space after cast Insert the missing space. Low _TripParameters.java 68
Missing space after cast Insert the missing space. Low _TripParameters.java 81
Missing space after cast Insert the missing space. Low _TripParameters.java 89
Missing space after cast Insert the missing space. Low _TripParameters.java 103
Missing space after cast Insert the missing space. Low _TripParameters.java 110
Missing space after cast Insert the missing space. Low _TripParameters.java 117
Missing space after cast Insert the missing space. Low _TripParameters.java 123
Missing space after cast Insert the missing space. Low _TripParameters.java 130
Missing space after cast Insert the missing space. Low _TripParameters.java 137
Missing space after cast Insert the missing space. Low _TripParameters.java 143
Missing space after cast Insert the missing space. Low _TripParameters.java 150
Missing space after cast Insert the missing space. Low _TripParameters.java 157
Missing space after cast Insert the missing space. Low _TripParameters.java 164
Missing space after cast Insert the missing space. Low _TripParameters.java 171
Missing space after cast Insert the missing space. Low _TripParameters.java 178
Missing space after cast Insert the missing space. Low _TripPreference.java 28
Missing space after cast Insert the missing space. Low _TripPreference.java 35
Missing space after cast Insert the missing space. Low _TripPreference.java 42
Missing space after cast Insert the missing space. Low _TripPreference.java 49
Missing space after cast Insert the missing space. Low _TripPreference.java 56
Missing space after cast Insert the missing space. Low _TripPreference.java 63
Missing space after cast Insert the missing space. Low _TripPreference.java 70
Missing space after cast Insert the missing space. Low _TripPreference.java 77
Missing space after cast Insert the missing space. Low _TripScraps.java 25
Missing space after cast Insert the missing space. Low _TripScraps.java 32
Missing space after cast Insert the missing space. Low _TripScraps.java 40
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 41
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 48
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 55
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 62
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 69
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 76
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 83
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 90
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 97
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 104
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 111
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 118
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 125
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 136
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 145
Missing space after cast Insert the missing space. Low _TripVehicleMap.java 26
Missing space after cast Insert the missing space. Low _TripVehicleMap.java 35
Missing space after cast Insert the missing space. Low _User.java 42
Missing space after cast Insert the missing space. Low _User.java 49
Missing space after cast Insert the missing space. Low _User.java 56
Missing space after cast Insert the missing space. Low _User.java 63
Missing space after cast Insert the missing space. Low _User.java 70
Missing space after cast Insert the missing space. Low _User.java 77
Missing space after cast Insert the missing space. Low _User.java 84
Missing space after cast Insert the missing space. Low _User.java 91
Missing space after cast Insert the missing space. Low _User.java 98
Missing space after cast Insert the missing space. Low _User.java 105
Missing space after cast Insert the missing space. Low _User.java 112
Missing space after cast Insert the missing space. Low _User.java 119
Missing space after cast Insert the missing space. Low _User.java 126
Missing space after cast Insert the missing space. Low _User.java 133
Missing space after cast Insert the missing space. Low _User.java 144
Missing space after cast Insert the missing space. Low _User.java 156
Missing space after cast Insert the missing space. Low _UserDetails.java 69
Missing space after cast Insert the missing space. Low _UserDetails.java 76
Missing space after cast Insert the missing space. Low _UserGeofenceMap.java 26
Missing space after cast Insert the missing space. Low _UserGeofenceMap.java 35
Missing space after cast Insert the missing space. Low _UserLandmarks.java 27
Missing space after cast Insert the missing space. Low _UserLandmarks.java 34
Missing space after cast Insert the missing space. Low _UserLandmarks.java 41
Missing space after cast Insert the missing space. Low _UserLandmarks.java 48
Missing space after cast Insert the missing space. Low _UserLandmarks.java 56
Missing space after cast Insert the missing space. Low _UserPreference.java 26
Missing space after cast Insert the missing space. Low _UserPreference.java 33
Missing space after cast Insert the missing space. Low _UserPreference.java 40
Missing space after cast Insert the missing space. Low _UserPreference.java 48
Missing space after cast Insert the missing space. Low _UserPreferences.java 38
Missing space after cast Insert the missing space. Low _UserPreferences.java 45
Missing space after cast Insert the missing space. Low _UserPreferences.java 52
Missing space after cast Insert the missing space. Low _UserPreferences.java 59
Missing space after cast Insert the missing space. Low _UserPreferences.java 66
Missing space after cast Insert the missing space. Low _UserPreferences.java 73
Missing space after cast Insert the missing space. Low _UserPreferences.java 80
Missing space after cast Insert the missing space. Low _UserPreferences.java 87
Missing space after cast Insert the missing space. Low _UserPreferences.java 94
Missing space after cast Insert the missing space. Low _UserPreferences.java 101
Missing space after cast Insert the missing space. Low _UserPreferences.java 108
Missing space after cast Insert the missing space. Low _UserPreferences.java 115
Missing space after cast Insert the missing space. Low _UserPreferences.java 122
Missing space after cast Insert the missing space. Low _UserPreferences.java 129
Missing space after cast Insert the missing space. Low _UserPreferences.java 136
Missing space after cast Insert the missing space. Low _UserPreferences.java 144
Missing space after cast Insert the missing space. Low _Vehicle.java 31
Missing space after cast Insert the missing space. Low _Vehicle.java 38
Missing space after cast Insert the missing space. Low _Vehicle.java 45
Missing space after cast Insert the missing space. Low _Vehicle.java 52
Missing space after cast Insert the missing space. Low _Vehicle.java 59
Missing space after cast Insert the missing space. Low _Vehicle.java 66
Missing space after cast Insert the missing space. Low _Vehicle.java 74
Missing space after cast Insert the missing space. Low _Vehicle.java 81
Missing space after cast Insert the missing space. Low _VehicleDetails.java 52
Missing space after cast Insert the missing space. Low _VehicleDetails.java 59
Missing space after cast Insert the missing space. Low _VehicleDetails.java 66
Missing space after cast Insert the missing space. Low _VehicleDetails.java 73
Missing space after cast Insert the missing space. Low _VehicleDetails.java 80
Missing space after cast Insert the missing space. Low _VehicleDetails.java 87
Missing space after cast Insert the missing space. Low _VehicleDetails.java 94
Missing space after cast Insert the missing space. Low _VehicleDetails.java 101
Missing space after cast Insert the missing space. Low _VehicleDetails.java 108
Missing space after cast Insert the missing space. Low _VehicleDetails.java 115
Missing space after cast Insert the missing space. Low _VehicleDetails.java 122
Missing space after cast Insert the missing space. Low _VehicleDetails.java 129
Missing space after cast Insert the missing space. Low _VehicleDetails.java 136
Missing space after cast Insert the missing space. Low _VehicleDetails.java 143
Missing space after cast Insert the missing space. Low _VehicleDetails.java 154
Missing space after cast Insert the missing space. Low _VehicleDetails.java 163
Missing space after cast Insert the missing space. Low _VehicleDetails.java 172
Missing space after cast Insert the missing space. Low _VehicleDetails.java 181
Missing space after cast Insert the missing space. Low _VehicleGroup.java 28
Missing space after cast Insert the missing space. Low _VehicleGroup.java 35
Missing space after cast Insert the missing space. Low _VehicleGroup.java 42
Missing space after cast Insert the missing space. Low _VehicleGroup.java 53
Missing space after cast Insert the missing space. Low Organization.java 8
Missing space after cast Insert the missing space. Low TripDetails.java 56
Missing space after cast Insert the missing space. Low TripMsgParams.java 27
Missing space after cast Insert the missing space. Low VehicleDetails.java 17
 
Violation Recommendation Severity Resource Line
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low GpsWebserviceClient.java 92
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low PacketDataFetcher.java 83
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low ConsumerThread.java 53
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low LMUUtils.java 76
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low packetHandler.java 28
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low UDPClient.java 70
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low UDPClient.java 89
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low UDPServer.java 21
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low AccumulatorRef.java 34
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low Configurations.java 28
 
Violation Recommendation Severity Resource Line
Don't use Integer.toString() in an internationalized environment Replace with a call to NumberFormat.format(). Low AsyncCaller.java 84
Don''t use Date.toString() in an internationalized environment Replace with a call to DateFormat.format(). Low recieveThread.java 75
Don''t use Date.toString() in an internationalized environment Replace with a call to DateFormat.format(). Low TripParameters.java 272
 
Violation Recommendation Severity Resource Line
A method is invoked via reflection Use an existing interface if one is available, or define one if possible. Low CategoryReader.java 88
A method is invoked via reflection Use an existing interface if one is available, or define one if possible. Low ExpReader.java 89
A method is invoked via reflection Use an existing interface if one is available, or define one if possible. Low ValidatorReader.java 137
 
Violation Recommendation Severity Resource Line
Missing space before operator "!=" Insert the missing space. Low CategoryReader.java 45
Missing space after operator "!=" Insert the missing space. Low CategoryReader.java 45
Missing space before operator "<" Insert the missing space. Low CategoryReader.java 74
Missing space after operator "<" Insert the missing space. Low CategoryReader.java 74
Missing space before operator "<" Insert the missing space. Low CategoryReader.java 82
Missing space after operator "<" Insert the missing space. Low CategoryReader.java 82
Missing space before operator "+" Insert the missing space. Low CategoryReader.java 84
Missing space after operator "+" Insert the missing space. Low CategoryReader.java 84
Missing space before operator "!=" Insert the missing space. Low CategoryReader.java 86
Missing space after operator "!=" Insert the missing space. Low CategoryReader.java 86
Missing space before operator "+" Insert the missing space. Low CategoryReader.java 87
Missing space after operator "+" Insert the missing space. Low CategoryReader.java 87
Missing space before operator "+" Insert the missing space. Low CategoryReader.java 87
Missing space after operator "+" Insert the missing space. Low CategoryReader.java 87
Missing space before operator "+" Insert the missing space. Low DirectParamEvaluator.java 35
Missing space after operator "+" Insert the missing space. Low DirectParamEvaluator.java 35
Missing space before operator "+" Insert the missing space. Low DirectParamEvaluator.java 35
Missing space after operator "+" Insert the missing space. Low DirectParamEvaluator.java 35
Missing space before operator "+" Insert the missing space. Low DirectParamEvaluator.java 42
Missing space after operator "+" Insert the missing space. Low DirectParamEvaluator.java 42
Missing space before operator "!=" Insert the missing space. Low DirectParamEvaluator.java 48
Missing space after operator "!=" Insert the missing space. Low DirectParamEvaluator.java 48
Missing space before operator "==" Insert the missing space. Low DirectParamEvaluator.java 56
Missing space after operator "==" Insert the missing space. Low DirectParamEvaluator.java 56
Missing space before operator "+" Insert the missing space. Low DirectParamEvaluator.java 61
Missing space after operator "+" Insert the missing space. Low DirectParamEvaluator.java 61
Missing space before operator "+" Insert the missing space. Low DirectParamEvaluator.java 61
Missing space after operator "+" Insert the missing space. Low DirectParamEvaluator.java 61
Missing space before operator "+" Insert the missing space. Low DirectParamEvaluator.java 61
Missing space after operator "+" Insert the missing space. Low DirectParamEvaluator.java 61
Missing space before operator "+" Insert the missing space. Low DriftMasker.java 50
Missing space after operator "+" Insert the missing space. Low DriftMasker.java 50
Missing space before operator "!=" Insert the missing space. Low DriftMasker.java 56
Missing space after operator "!=" Insert the missing space. Low DriftMasker.java 56
Missing space before operator "==" Insert the missing space. Low DriftMasker.java 61
Missing space after operator "==" Insert the missing space. Low DriftMasker.java 61
Missing space before operator "+" Insert the missing space. Low DriftMasker.java 70
Missing space after operator "+" Insert the missing space. Low DriftMasker.java 70
Missing space before operator "+" Insert the missing space. Low DriftMasker.java 76
Missing space after operator "+" Insert the missing space. Low DriftMasker.java 76
Missing space after operator "!=" Insert the missing space. Low DriftMasker.java 81
Missing space before operator "!=" Insert the missing space. Low DriftMasker.java 84
Missing space after operator "!=" Insert the missing space. Low DriftMasker.java 84
Missing space before operator "!=" Insert the missing space. Low DriftMasker.java 89
Missing space after operator "!=" Insert the missing space. Low DriftMasker.java 89
Missing space before operator "!=" Insert the missing space. Low DriftMasker.java 89
Missing space after operator "!=" Insert the missing space. Low DriftMasker.java 89
Missing space before operator "!=" Insert the missing space. Low ExpReader.java 46
Missing space after operator "!=" Insert the missing space. Low ExpReader.java 46
Missing space before operator "<" Insert the missing space. Low ExpReader.java 76
Missing space after operator "<" Insert the missing space. Low ExpReader.java 76
Missing space before operator "+" Insert the missing space. Low ExpReader.java 82
Missing space after operator "+" Insert the missing space. Low ExpReader.java 82
Missing space before operator "<" Insert the missing space. Low ExpReader.java 83
Missing space after operator "<" Insert the missing space. Low ExpReader.java 83
Missing space before operator "+" Insert the missing space. Low ExpReader.java 85
Missing space after operator "+" Insert the missing space. Low ExpReader.java 85
Missing space before operator "!=" Insert the missing space. Low ExpReader.java 87
Missing space after operator "!=" Insert the missing space. Low ExpReader.java 87
Missing space before operator "+" Insert the missing space. Low ExpReader.java 88
Missing space after operator "+" Insert the missing space. Low ExpReader.java 88
Missing space before operator "+" Insert the missing space. Low ExpReader.java 88
Missing space after operator "+" Insert the missing space. Low ExpReader.java 88
Missing space before operator "!=" Insert the missing space. Low ExpressionDecoder.java 56
Missing space after operator "!=" Insert the missing space. Low ExpressionDecoder.java 56
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 57
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 57
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 57
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 57
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 57
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 57
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 57
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 57
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 57
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 57
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 65
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 65
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 79
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 79
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 79
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 79
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 101
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 101
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 101
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 101
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 101
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 101
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 117
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 117
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 136
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 136
Missing space before operator "==" Insert the missing space. Low ExpressionHandler.java 28
Missing space after operator "==" Insert the missing space. Low ExpressionHandler.java 28
Missing space before operator "+" Insert the missing space. Low ExpressionHandler.java 44
Missing space after operator "+" Insert the missing space. Low ExpressionHandler.java 44
Missing space before operator "!=" Insert the missing space. Low ValidatorReader.java 49
Missing space after operator "!=" Insert the missing space. Low ValidatorReader.java 49
Missing space before operator "<" Insert the missing space. Low ValidatorReader.java 124
Missing space after operator "<" Insert the missing space. Low ValidatorReader.java 124
Missing space before operator "+" Insert the missing space. Low ValidatorReader.java 130
Missing space after operator "+" Insert the missing space. Low ValidatorReader.java 130
Missing space before operator "+" Insert the missing space. Low ValidatorReader.java 130
Missing space after operator "+" Insert the missing space. Low ValidatorReader.java 130
Missing space before operator "+" Insert the missing space. Low ValidatorReader.java 130
Missing space after operator "+" Insert the missing space. Low ValidatorReader.java 130
Missing space before operator "<" Insert the missing space. Low ValidatorReader.java 131
Missing space after operator "<" Insert the missing space. Low ValidatorReader.java 131
Missing space before operator "+" Insert the missing space. Low ValidatorReader.java 133
Missing space after operator "+" Insert the missing space. Low ValidatorReader.java 133
Missing space before operator "!=" Insert the missing space. Low ValidatorReader.java 135
Missing space after operator "!=" Insert the missing space. Low ValidatorReader.java 135
Missing space before operator "+" Insert the missing space. Low ValidatorReader.java 136
Missing space after operator "+" Insert the missing space. Low ValidatorReader.java 136
Missing space before operator "+" Insert the missing space. Low ValidatorReader.java 136
Missing space after operator "+" Insert the missing space. Low ValidatorReader.java 136
Missing space before operator "+" Insert the missing space. Low FileUtilities.java 46
Missing space before operator "+" Insert the missing space. Low FileUtilities.java 49
Missing space before operator "+" Insert the missing space. Low FileUtilities.java 51
Missing space before operator "!=" Insert the missing space. Low FileUtilities.java 84
Missing space after operator "!=" Insert the missing space. Low FileUtilities.java 84
Missing space before operator "!=" Insert the missing space. Low LMUResource.java 46
Missing space after operator "!=" Insert the missing space. Low LMUResource.java 46
Missing space before operator "+" Insert the missing space. Low LMUResource.java 47
Missing space after operator "+" Insert the missing space. Low LMUResource.java 47
Missing space before operator "+" Insert the missing space. Low PacketDataFetcher.java 39
Missing space after operator "+" Insert the missing space. Low PacketDataFetcher.java 39
Missing space before operator "+" Insert the missing space. Low PacketDataFetcher.java 39
Missing space after operator "+" Insert the missing space. Low PacketDataFetcher.java 39
Missing space before operator "+" Insert the missing space. Low PacketDataFetcher.java 40
Missing space after operator "+" Insert the missing space. Low PacketDataFetcher.java 40
Missing space before operator "+" Insert the missing space. Low PacketDataFetcher.java 41
Missing space after operator "+" Insert the missing space. Low PacketDataFetcher.java 41
Missing space before operator "!=" Insert the missing space. Low PacketDataFetcher.java 58
Missing space after operator "!=" Insert the missing space. Low PacketDataFetcher.java 58
Missing space before operator "!=" Insert the missing space. Low PacketDataFetcher.java 58
Missing space after operator "!=" Insert the missing space. Low PacketDataFetcher.java 58
Missing space before operator "==" Insert the missing space. Low PacketDataFetcher.java 77
Missing space after operator "==" Insert the missing space. Low PacketDataFetcher.java 77
Missing space before operator "==" Insert the missing space. Low ParamUtils.java 25
Missing space after operator "==" Insert the missing space. Low ParamUtils.java 25
Missing space before operator "+" Insert the missing space. Low ParamUtils.java 27
Missing space after operator "+" Insert the missing space. Low ParamUtils.java 27
Missing space before operator "+" Insert the missing space. Low ParamUtils.java 31
Missing space after operator "+" Insert the missing space. Low ParamUtils.java 31
Missing space before operator "+" Insert the missing space. Low ParamUtils.java 45
Missing space after operator "+" Insert the missing space. Low ParamUtils.java 45
Missing space before operator "==" Insert the missing space. Low ParamUtils.java 50
Missing space after operator "==" Insert the missing space. Low ParamUtils.java 50
Missing space after operator "!=" Insert the missing space. Low ParamUtils.java 52
Missing space before operator "==" Insert the missing space. Low ParamUtils.java 60
Missing space after operator "==" Insert the missing space. Low ParamUtils.java 60
Missing space before operator "==" Insert the missing space. Low ParamUtils.java 66
Missing space after operator "==" Insert the missing space. Low ParamUtils.java 66
Missing space before operator "*" Insert the missing space. Low AlertManager.java 56
Missing space after operator "*" Insert the missing space. Low AlertManager.java 56
Missing space before operator "+" Insert the missing space. Low AlertManager.java 61
Missing space after operator "+" Insert the missing space. Low AlertManager.java 61
Missing space before operator "+" Insert the missing space. Low AlertManager.java 61
Missing space after operator "+" Insert the missing space. Low AlertManager.java 61
Missing space before operator "+" Insert the missing space. Low AlertManager.java 61
Missing space after operator "+" Insert the missing space. Low AlertManager.java 61
Missing space before operator "+" Insert the missing space. Low AlertManager.java 62
Missing space after operator "+" Insert the missing space. Low AlertManager.java 62
Missing space before operator "+" Insert the missing space. Low AlertManager.java 62
Missing space after operator "+" Insert the missing space. Low AlertManager.java 62
Missing space before operator "+" Insert the missing space. Low AlertManager.java 64
Missing space after operator "+" Insert the missing space. Low AlertManager.java 64
Missing space before operator "+" Insert the missing space. Low AlertManager.java 65
Missing space after operator "+" Insert the missing space. Low AlertManager.java 65
Missing space before operator "+" Insert the missing space. Low AlertManager.java 80
Missing space after operator "+" Insert the missing space. Low AlertManager.java 80
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 51
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 51
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 55
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 55
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 62
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 62
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 75
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 75
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 78
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 78
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 78
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 78
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 78
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 78
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 90
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 90
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 97
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 97
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 99
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 99
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 109
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 110
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 110
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 123
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 123
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 127
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 127
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 127
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 127
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 127
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 127
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 133
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 133
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 52
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 52
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 52
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 52
Missing space before operator "!=" Insert the missing space. Low ConsumerThread.java 60
Missing space after operator "!=" Insert the missing space. Low ConsumerThread.java 60
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 63
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 63
Missing space before operator ">" Insert the missing space. Low ConsumerThread.java 68
Missing space after operator ">" Insert the missing space. Low ConsumerThread.java 68
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 121
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 121
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 124
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 124
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 126
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 126
Missing space before operator "!=" Insert the missing space. Low ConsumerThread.java 127
Missing space after operator "!=" Insert the missing space. Low ConsumerThread.java 127
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 129
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 129
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 130
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 130
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 130
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 130
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 132
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 132
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 141
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 141
Missing space before operator "+" Insert the missing space. Low DBManager.java 87
Missing space after operator "+" Insert the missing space. Low DBManager.java 87
Missing space before operator "+" Insert the missing space. Low DBManager.java 87
Missing space after operator "+" Insert the missing space. Low DBManager.java 87
Missing space before operator "+" Insert the missing space. Low DBManager.java 87
Missing space after operator "+" Insert the missing space. Low DBManager.java 87
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 91
Missing space after operator "+" Insert the missing space. Low DBManager.java 91
Missing space before operator "+" Insert the missing space. Low DBManager.java 92
Missing space after operator "+" Insert the missing space. Low DBManager.java 92
Missing space before operator "+" Insert the missing space. Low DBManager.java 92
Missing space after operator "+" Insert the missing space. Low DBManager.java 92
Missing space before operator "/" Insert the missing space. Low DBManager_PerfTest.java 67
Missing space after operator "/" Insert the missing space. Low DBManager_PerfTest.java 67
Missing space before operator "/" Insert the missing space. Low DBManager_PerfTest.java 68
Missing space after operator "/" Insert the missing space. Low DBManager_PerfTest.java 68
Missing space before operator "*" Insert the missing space. Low LMUUtils.java 42
Missing space after operator "*" Insert the missing space. Low LMUUtils.java 42
Missing space before operator "*" Insert the missing space. Low LMUUtils.java 65
Missing space after operator "*" Insert the missing space. Low LMUUtils.java 65
Missing space before operator "+" Insert the missing space. Low LMUUtils.java 202
Missing space after operator "+" Insert the missing space. Low LMUUtils.java 202
Missing space before operator "+" Insert the missing space. Low LMUUtils.java 202
Missing space after operator "+" Insert the missing space. Low LMUUtils.java 202
Missing space before operator "||" Insert the missing space. Low PacketConsumer.java 115
Missing space after operator "||" Insert the missing space. Low PacketConsumer.java 115
Missing space before operator "||" Insert the missing space. Low PacketConsumer.java 115
Missing space after operator "||" Insert the missing space. Low PacketConsumer.java 115
Missing space before operator "||" Insert the missing space. Low PacketConsumer.java 115
Missing space after operator "||" Insert the missing space. Low PacketConsumer.java 115
Missing space before operator "||" Insert the missing space. Low PacketConsumer.java 115
Missing space after operator "||" Insert the missing space. Low PacketConsumer.java 115
Missing space before operator "+" Insert the missing space. Low PacketConsumer.java 136
Missing space after operator "+" Insert the missing space. Low PacketConsumer.java 136
Missing space before operator "!=" Insert the missing space. Low PacketConsumer.java 153
Missing space after operator "!=" Insert the missing space. Low PacketConsumer.java 153
Missing space before operator "+" Insert the missing space. Low PacketConsumer.java 161
Missing space after operator "+" Insert the missing space. Low PacketConsumer.java 161
Missing space before operator "!=" Insert the missing space. Low PacketConsumer.java 174
Missing space after operator "!=" Insert the missing space. Low PacketConsumer.java 174
Missing space before operator "+" Insert the missing space. Low PacketConsumer.java 177
Missing space after operator "+" Insert the missing space. Low PacketConsumer.java 177
Missing space before operator "!=" Insert the missing space. Low PacketConsumer.java 179
Missing space after operator "!=" Insert the missing space. Low PacketConsumer.java 179
Missing space before operator "+" Insert the missing space. Low PacketConsumer.java 197
Missing space after operator "+" Insert the missing space. Low PacketConsumer.java 197
Missing space before operator "<" Insert the missing space. Low PacketConsumer.java 204
Missing space after operator "<" Insert the missing space. Low PacketConsumer.java 204
Missing space before operator "+" Insert the missing space. Low PacketConsumer.java 210
Missing space before operator "+" Insert the missing space. Low PacketConsumer.java 213
Missing space before operator "+" Insert the missing space. Low PacketConsumer.java 226
Missing space after operator "+" Insert the missing space. Low PacketConsumer.java 226
Missing space before operator "/" Insert the missing space. Low packetHandler.java 24
Missing space after operator "/" Insert the missing space. Low packetHandler.java 24
Missing space before operator "<" Insert the missing space. Low packetHandler.java 28
Missing space after operator "<" Insert the missing space. Low packetHandler.java 28
Missing space before operator "+" Insert the missing space. Low packetHandler.java 30
Missing space after operator "+" Insert the missing space. Low packetHandler.java 30
Missing space before operator "+" Insert the missing space. Low PacketProducer.java 54
Missing space after operator "+" Insert the missing space. Low PacketProducer.java 54
Missing space before operator "!=" Insert the missing space. Low PacketProducer.java 60
Missing space after operator "!=" Insert the missing space. Low PacketProducer.java 60
Missing space before operator "+" Insert the missing space. Low PacketProducer.java 67
Missing space after operator "+" Insert the missing space. Low PacketProducer.java 67
Missing space before operator "!=" Insert the missing space. Low PacketProducer.java 110
Missing space after operator "!=" Insert the missing space. Low PacketProducer.java 110
Missing space before operator "&&" Insert the missing space. Low PacketProducer.java 110
Missing space after operator "&&" Insert the missing space. Low PacketProducer.java 110
Missing space before operator "<" Insert the missing space. Low PacketProducer.java 110
Missing space after operator "<" Insert the missing space. Low PacketProducer.java 110
Missing space before operator "+" Insert the missing space. Low PacketProducer.java 113
Missing space after operator "+" Insert the missing space. Low PacketProducer.java 113
Missing space before operator "==" Insert the missing space. Low PacketProducer.java 115
Missing space after operator "==" Insert the missing space. Low PacketProducer.java 115
Missing space before operator "&&" Insert the missing space. Low PacketProducer.java 115
Missing space after operator "&&" Insert the missing space. Low PacketProducer.java 115
Missing space before operator "!=" Insert the missing space. Low PacketProducer.java 115
Missing space after operator "!=" Insert the missing space. Low PacketProducer.java 115
Missing space before operator "+" Insert the missing space. Low PacketProducer.java 148
Missing space after operator "+" Insert the missing space. Low PacketProducer.java 148
Missing space before operator "+" Insert the missing space. Low PacketProducer.java 149
Missing space after operator "+" Insert the missing space. Low PacketProducer.java 149
Missing space before operator "*" Insert the missing space. Low PacketProducer.java 149
Missing space after operator "*" Insert the missing space. Low PacketProducer.java 149
Missing space before operator "+" Insert the missing space. Low QueueAllocator.java 43
Missing space after operator "+" Insert the missing space. Low QueueAllocator.java 43
Missing space before operator "==" Insert the missing space. Low QueueAllocator.java 45
Missing space after operator "==" Insert the missing space. Low QueueAllocator.java 45
Missing space before operator "-" Insert the missing space. Low QueueAllocator.java 45
Missing space after operator "-" Insert the missing space. Low QueueAllocator.java 45
Missing space before operator "!=" Insert the missing space. Low QueueAllocator.java 74
Missing space after operator "!=" Insert the missing space. Low QueueAllocator.java 74
Missing space before operator "&&" Insert the missing space. Low QueueAllocator.java 74
Missing space after operator "&&" Insert the missing space. Low QueueAllocator.java 74
Missing space before operator "<" Insert the missing space. Low QueueAllocator.java 74
Missing space after operator "<" Insert the missing space. Low QueueAllocator.java 74
Missing space before operator "+" Insert the missing space. Low QueueAllocator.java 78
Missing space after operator "+" Insert the missing space. Low QueueAllocator.java 78
Missing space before operator "+" Insert the missing space. Low QueueAllocator.java 78
Missing space after operator "+" Insert the missing space. Low QueueAllocator.java 78
Missing space before operator "+" Insert the missing space. Low QueueAllocator.java 78
Missing space after operator "+" Insert the missing space. Low QueueAllocator.java 78
Missing space before operator "==" Insert the missing space. Low QueueAllocator.java 80
Missing space after operator "==" Insert the missing space. Low QueueAllocator.java 80
Missing space before operator "&&" Insert the missing space. Low QueueAllocator.java 80
Missing space after operator "&&" Insert the missing space. Low QueueAllocator.java 80
Missing space before operator "!=" Insert the missing space. Low QueueAllocator.java 80
Missing space after operator "!=" Insert the missing space. Low QueueAllocator.java 80
Missing space before operator "+" Insert the missing space. Low recieveThread.java 72
Missing space after operator "+" Insert the missing space. Low recieveThread.java 72
Missing space before operator "+" Insert the missing space. Low recieveThread.java 75
Missing space after operator "+" Insert the missing space. Low recieveThread.java 75
Missing space before operator "+" Insert the missing space. Low recieveThread.java 75
Missing space after operator "+" Insert the missing space. Low recieveThread.java 75
Missing space before operator "!=" Insert the missing space. Low recieveThread.java 83
Missing space after operator "!=" Insert the missing space. Low recieveThread.java 83
Missing space before operator "+" Insert the missing space. Low recieveThread.java 86
Missing space after operator "+" Insert the missing space. Low recieveThread.java 86
Missing space before operator "+" Insert the missing space. Low recieveThread.java 86
Missing space after operator "+" Insert the missing space. Low recieveThread.java 86
Missing space before operator "+" Insert the missing space. Low recieveThread.java 86
Missing space after operator "+" Insert the missing space. Low recieveThread.java 86
Missing space before operator "+" Insert the missing space. Low recieveThread.java 89
Missing space after operator "+" Insert the missing space. Low recieveThread.java 89
Missing space before operator "+" Insert the missing space. Low recieveThread.java 94
Missing space after operator "+" Insert the missing space. Low recieveThread.java 94
Missing space before operator "+" Insert the missing space. Low recieveThread.java 97
Missing space after operator "+" Insert the missing space. Low recieveThread.java 97
Missing space before operator "+" Insert the missing space. Low recieveThread.java 112
Missing space after operator "+" Insert the missing space. Low recieveThread.java 112
Missing space before operator "+" Insert the missing space. Low recieveThread.java 130
Missing space after operator "+" Insert the missing space. Low recieveThread.java 130
Missing space before operator "+" Insert the missing space. Low recieveThread.java 130
Missing space after operator "+" Insert the missing space. Low recieveThread.java 130
Missing space before operator "+" Insert the missing space. Low recieveThread.java 130
Missing space after operator "+" Insert the missing space. Low recieveThread.java 130
Missing space before operator "+" Insert the missing space. Low recieveThread.java 149
Missing space after operator "+" Insert the missing space. Low recieveThread.java 149
Missing space before operator "+" Insert the missing space. Low recieveThread.java 189
Missing space after operator "+" Insert the missing space. Low recieveThread.java 189
Missing space before operator "<=" Insert the missing space. Low RecieveThreadDummy.java 21
Missing space after operator "<=" Insert the missing space. Low RecieveThreadDummy.java 21
Missing space before operator "+" Insert the missing space. Low RecieveThreadDummy.java 25
Missing space after operator "+" Insert the missing space. Low RecieveThreadDummy.java 25
Missing space before operator "+" Insert the missing space. Low RecieveThreadDummy.java 45
Missing space after operator "+" Insert the missing space. Low RecieveThreadDummy.java 45
Missing space before operator "+" Insert the missing space. Low RecieveThreadDummy.java 45
Missing space after operator "+" Insert the missing space. Low RecieveThreadDummy.java 45
Missing space before operator "+" Insert the missing space. Low RecieveThreadDummy.java 45
Missing space after operator "+" Insert the missing space. Low RecieveThreadDummy.java 45
Missing space before operator "+" Insert the missing space. Low sendMessage.java 34
Missing space after operator "+" Insert the missing space. Low sendMessage.java 34
Missing space after operator ">" Insert the missing space. Low sendMessage.java 45
Missing space before operator "+" Insert the missing space. Low sendMessage.java 48
Missing space before operator "+" Insert the missing space. Low sendMessage.java 51
Missing space after operator "+" Insert the missing space. Low sendMessage.java 51
Missing space before operator "<" Insert the missing space. Low sendMessage.java 52
Missing space after operator "<" Insert the missing space. Low sendMessage.java 52
Missing space before operator "+" Insert the missing space. Low sendMessage.java 66
Missing space after operator "+" Insert the missing space. Low sendMessage.java 66
Missing space before operator "+" Insert the missing space. Low sendMessage.java 70
Missing space after operator "+" Insert the missing space. Low sendMessage.java 70
Missing space before operator "+" Insert the missing space. Low sendMessage.java 70
Missing space after operator "+" Insert the missing space. Low sendMessage.java 70
Missing space before operator "+" Insert the missing space. Low sendMessage.java 71
Missing space after operator "+" Insert the missing space. Low sendMessage.java 71
Missing space before operator "+" Insert the missing space. Low sendMessage.java 71
Missing space after operator "+" Insert the missing space. Low sendMessage.java 71
Missing space before operator "+" Insert the missing space. Low sendMessage.java 74
Missing space after operator "+" Insert the missing space. Low sendMessage.java 74
Missing space before operator "+" Insert the missing space. Low sendMessage.java 75
Missing space after operator "+" Insert the missing space. Low sendMessage.java 75
Missing space before operator "+" Insert the missing space. Low sendMessage.java 76
Missing space after operator "+" Insert the missing space. Low sendMessage.java 76
Missing space before operator "+" Insert the missing space. Low sendMessage.java 77
Missing space after operator "+" Insert the missing space. Low sendMessage.java 77
Missing space before operator "+" Insert the missing space. Low sendMessage.java 78
Missing space after operator "+" Insert the missing space. Low sendMessage.java 78
Missing space before operator "+" Insert the missing space. Low sendMessage.java 95
Missing space after operator "+" Insert the missing space. Low sendMessage.java 95
Missing space before operator "+" Insert the missing space. Low sendMessage.java 95
Missing space after operator "+" Insert the missing space. Low sendMessage.java 95
Missing space before operator "+" Insert the missing space. Low sendMessage.java 95
Missing space after operator "+" Insert the missing space. Low sendMessage.java 95
Missing space before operator "<" Insert the missing space. Low sendMessage.java 123
Missing space after operator "<" Insert the missing space. Low sendMessage.java 123
Missing space before operator "+" Insert the missing space. Low sendMessage.java 125
Missing space after operator "+" Insert the missing space. Low sendMessage.java 125
Missing space before operator "-" Insert the missing space. Low sendMessage.java 125
Missing space after operator "-" Insert the missing space. Low sendMessage.java 125
Missing space before operator "+" Insert the missing space. Low sendMessage.java 125
Missing space after operator "+" Insert the missing space. Low sendMessage.java 125
Missing space before operator "+" Insert the missing space. Low sendMessage.java 133
Missing space after operator "+" Insert the missing space. Low sendMessage.java 133
Missing space before operator "+" Insert the missing space. Low sendMessage.java 133
Missing space after operator "+" Insert the missing space. Low sendMessage.java 133
Missing space before operator "+" Insert the missing space. Low sendMessage.java 137
Missing space after operator "+" Insert the missing space. Low sendMessage.java 137
Missing space before operator "+" Insert the missing space. Low TestClient.java 70
Missing space after operator "+" Insert the missing space. Low TestClient.java 70
Missing space before operator "+" Insert the missing space. Low TestClient.java 95
Missing space after operator "+" Insert the missing space. Low TestClient.java 95
Missing space before operator "+" Insert the missing space. Low TimerTask1.java 32
Missing space after operator "+" Insert the missing space. Low TimerTask1.java 32
Missing space before operator "+" Insert the missing space. Low TimerTask1.java 36
Missing space after operator "+" Insert the missing space. Low TimerTask1.java 36
Missing space before operator "+" Insert the missing space. Low TimerTask1.java 37
Missing space after operator "+" Insert the missing space. Low TimerTask1.java 37
Missing space before operator "+" Insert the missing space. Low UDPClient.java 44
Missing space after operator "+" Insert the missing space. Low UDPClient.java 44
Missing space before operator "+" Insert the missing space. Low UDPClient.java 107
Missing space after operator "+" Insert the missing space. Low UDPClient.java 107
Missing space before operator "+" Insert the missing space. Low UDPClient.java 108
Missing space after operator "+" Insert the missing space. Low UDPClient.java 108
Missing space before operator "<" Insert the missing space. Low UDPClient.java 166
Missing space after operator "<" Insert the missing space. Low UDPClient.java 166
Missing space before operator "-" Insert the missing space. Low UDPClient.java 166
Missing space after operator "-" Insert the missing space. Low UDPClient.java 166
Missing space before operator "==" Insert the missing space. Low UDPClient.java 168
Missing space after operator "==" Insert the missing space. Low UDPClient.java 168
Missing space before operator ">" Insert the missing space. Low UDPServer.java 26
Missing space after operator ">" Insert the missing space. Low UDPServer.java 26
Missing space before operator "+" Insert the missing space. Low UDPServer.java 31
Missing space after operator "+" Insert the missing space. Low UDPServer.java 31
Missing space before operator "+" Insert the missing space. Low UDPServerHandler.java 88
Missing space after operator "+" Insert the missing space. Low UDPServerHandler.java 88
Missing space before operator "+" Insert the missing space. Low UDPServerHandler.java 88
Missing space after operator "+" Insert the missing space. Low UDPServerHandler.java 88
Missing space before operator "+" Insert the missing space. Low UDPServerHandler.java 88
Missing space after operator "+" Insert the missing space. Low UDPServerHandler.java 88
Missing space after operator "+" Insert the missing space. Low UDPServerMINA.java 89
Missing space before operator "+" Insert the missing space. Low UDPServerMINA.java 89
Missing space before operator "+" Insert the missing space. Low UDPServerMINA.java 89
Missing space after operator "+" Insert the missing space. Low UDPServerMINA.java 89
Missing space before operator "+" Insert the missing space. Low UDPServerMINA.java 100
Missing space after operator "+" Insert the missing space. Low UDPServerMINA.java 100
Missing space before operator "+" Insert the missing space. Low UDPServerMINA.java 106
Missing space before operator "+" Insert the missing space. Low UDPServerMINA.java 110
Missing space before operator "+" Insert the missing space. Low UDPServerMINA.java 111
Missing space before operator "+" Insert the missing space. Low UDPServerMINA.java 118
Missing space after operator "+" Insert the missing space. Low UDPServerMINA.java 118
Missing space before operator "<" Insert the missing space. Low WSClient.java 49
Missing space after operator "<" Insert the missing space. Low WSClient.java 49
Missing space before operator "+" Insert the missing space. Low WSClient.java 50
Missing space after operator "+" Insert the missing space. Low WSClient.java 50
Missing space before operator "+" Insert the missing space. Low WSClient.java 53
Missing space after operator "+" Insert the missing space. Low WSClient.java 53
Missing space before operator "+" Insert the missing space. Low WSThread.java 60
Missing space after operator "+" Insert the missing space. Low WSThread.java 60
Missing space before operator "+" Insert the missing space. Low WSThread.java 60
Missing space after operator "+" Insert the missing space. Low WSThread.java 60
Missing space before operator "+" Insert the missing space. Low WSThread.java 63
Missing space after operator "+" Insert the missing space. Low WSThread.java 63
Missing space before operator "+" Insert the missing space. Low WSThread.java 63
Missing space after operator "+" Insert the missing space. Low WSThread.java 63
Missing space before operator "+" Insert the missing space. Low WSThread.java 66
Missing space after operator "+" Insert the missing space. Low WSThread.java 66
Missing space before operator "+" Insert the missing space. Low WSThread.java 66
Missing space after operator "+" Insert the missing space. Low WSThread.java 66
Missing space before operator "+" Insert the missing space. Low WSThread.java 71
Missing space after operator "+" Insert the missing space. Low WSThread.java 71
Missing space before operator "+" Insert the missing space. Low WSThread.java 82
Missing space after operator "+" Insert the missing space. Low WSThread.java 82
Missing space before operator "+" Insert the missing space. Low WSThread.java 82
Missing space after operator "+" Insert the missing space. Low WSThread.java 82
Missing space before operator "+" Insert the missing space. Low WSThread.java 82
Missing space after operator "+" Insert the missing space. Low WSThread.java 82
Missing space before operator "+" Insert the missing space. Low WSThread.java 88
Missing space after operator "+" Insert the missing space. Low WSThread.java 88
Missing space before operator "+" Insert the missing space. Low WSThread.java 88
Missing space after operator "+" Insert the missing space. Low WSThread.java 88
Missing space before operator "+" Insert the missing space. Low WSThread.java 88
Missing space after operator "+" Insert the missing space. Low WSThread.java 88
Missing space before operator "+" Insert the missing space. Low WSThread.java 88
Missing space after operator "+" Insert the missing space. Low WSThread.java 88
Missing space before operator "+" Insert the missing space. Low WSThread.java 88
Missing space after operator "+" Insert the missing space. Low WSThread.java 88
Missing space before operator "+" Insert the missing space. Low WSThread.java 88
Missing space after operator "+" Insert the missing space. Low WSThread.java 88
Missing space before operator "+" Insert the missing space. Low WSThread.java 88
Missing space after operator "+" Insert the missing space. Low WSThread.java 88
Missing space before operator "+" Insert the missing space. Low WSThread.java 88
Missing space after operator "+" Insert the missing space. Low WSThread.java 88
Missing space before operator "+" Insert the missing space. Low WSThread.java 88
Missing space after operator "+" Insert the missing space. Low WSThread.java 88
Missing space before operator "+" Insert the missing space. Low WSThread.java 88
Missing space after operator "+" Insert the missing space. Low WSThread.java 88
Missing space before operator "+" Insert the missing space. Low WSThread.java 88
Missing space after operator "+" Insert the missing space. Low WSThread.java 88
Missing space before operator "+" Insert the missing space. Low WSThread.java 88
Missing space after operator "+" Insert the missing space. Low WSThread.java 88
Missing space before operator "+" Insert the missing space. Low WSThread.java 88
Missing space after operator "+" Insert the missing space. Low WSThread.java 88
Missing space before operator "+" Insert the missing space. Low WSThread.java 88
Missing space after operator "+" Insert the missing space. Low WSThread.java 88
Missing space before operator "+" Insert the missing space. Low WSThread.java 88
Missing space after operator "+" Insert the missing space. Low WSThread.java 88
Missing space before operator "+" Insert the missing space. Low AccumulatorRef.java 45
Missing space after operator "+" Insert the missing space. Low AccumulatorRef.java 45
Missing space before operator "+" Insert the missing space. Low Device.java 29
Missing space after operator "+" Insert the missing space. Low Device.java 29
Missing space before operator "+" Insert the missing space. Low Device.java 29
Missing space after operator "+" Insert the missing space. Low Device.java 29
Missing space before operator ">" Insert the missing space. Low Device.java 31
Missing space after operator ">" Insert the missing space. Low Device.java 31
Missing space before operator "==" Insert the missing space. Low LMU4100Map.java 29
Missing space after operator "==" Insert the missing space. Low LMU4100Map.java 29
Missing space before operator "+" Insert the missing space. Low TripDetails.java 92
Missing space after operator "+" Insert the missing space. Low TripDetails.java 92
Missing space after operator "*" Insert the missing space. Low TripDetails.java 111
Missing space before operator "+" Insert the missing space. Low TripDetails.java 111
Missing space before operator "+" Insert the missing space. Low TripDetails.java 118
Missing space after operator "+" Insert the missing space. Low TripDetails.java 118
Missing space before operator "+" Insert the missing space. Low TripDetails.java 118
Missing space after operator "+" Insert the missing space. Low TripDetails.java 118
Missing space before operator "+" Insert the missing space. Low TripDetails.java 118
Missing space after operator "+" Insert the missing space. Low TripDetails.java 118
Missing space before operator "+" Insert the missing space. Low TripDetails.java 118
Missing space after operator "+" Insert the missing space. Low TripDetails.java 118
Missing space before operator "+" Insert the missing space. Low TripDetails.java 118
Missing space after operator "+" Insert the missing space. Low TripDetails.java 118
Missing space before operator "+" Insert the missing space. Low TripDetails.java 118
Missing space after operator "+" Insert the missing space. Low TripDetails.java 118
Missing space before operator "+" Insert the missing space. Low TripDetails.java 118
Missing space after operator "+" Insert the missing space. Low TripDetails.java 118
Missing space before operator "+" Insert the missing space. Low TripDetails.java 118
Missing space after operator "+" Insert the missing space. Low TripDetails.java 118
Missing space before operator "+" Insert the missing space. Low TripDetails.java 118
Missing space after operator "+" Insert the missing space. Low TripDetails.java 118
Missing space before operator "+" Insert the missing space. Low TripDetails.java 118
Missing space after operator "+" Insert the missing space. Low TripDetails.java 118
Missing space before operator "+" Insert the missing space. Low TripDetails.java 130
Missing space after operator "+" Insert the missing space. Low TripDetails.java 130
Missing space before operator ">" Insert the missing space. Low TripDetails.java 131
Missing space after operator ">" Insert the missing space. Low TripDetails.java 131
Missing space before operator "+" Insert the missing space. Low TripDetails.java 135
Missing space after operator "+" Insert the missing space. Low TripDetails.java 135
Missing space before operator "+" Insert the missing space. Low TripDetails.java 135
Missing space after operator "+" Insert the missing space. Low TripDetails.java 135
Missing space before operator "+" Insert the missing space. Low TripDetails.java 135
Missing space after operator "+" Insert the missing space. Low TripDetails.java 135
Missing space before operator "+" Insert the missing space. Low TripDetails.java 135
Missing space after operator "+" Insert the missing space. Low TripDetails.java 135
Missing space before operator "+" Insert the missing space. Low TripDetails.java 141
Missing space after operator "+" Insert the missing space. Low TripDetails.java 141
Missing space before operator "+" Insert the missing space. Low TripDetails.java 141
Missing space after operator "+" Insert the missing space. Low TripDetails.java 141
Missing space before operator ">" Insert the missing space. Low TripDetails.java 144
Missing space after operator ">" Insert the missing space. Low TripDetails.java 144
Missing space before operator "+" Insert the missing space. Low TripDetails.java 147
Missing space before operator "-" Insert the missing space. Low TripDetails.java 184
Missing space after operator "-" Insert the missing space. Low TripDetails.java 184
Missing space before operator "==" Insert the missing space. Low TripParameters.java 242
Missing space after operator "==" Insert the missing space. Low TripParameters.java 242
Missing space before operator "!=" Insert the missing space. Low TripParameters.java 278
Missing space after operator "!=" Insert the missing space. Low TripParameters.java 278
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 31
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 31
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 31
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 31
Missing space before operator ">" Insert the missing space. Low VehicleDetails.java 34
Missing space after operator ">" Insert the missing space. Low VehicleDetails.java 34
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 37
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 37
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 37
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 37
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 37
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 37
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 37
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 37
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 37
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 37
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 41
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 41
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 47
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 47
 
Violation Recommendation Severity Resource Line
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low PacketDataFetcher.java 88
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low PacketDataFetcher.java 88
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low AlertManager.java 39
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low AsyncCaller.java 102
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low ConsumerThread.java 138
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low DBManager.java 112
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low LMUUtils.java 217
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low PacketConsumer.java 115
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low PacketConsumer.java 115
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low PacketConsumer.java 115
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low PacketConsumer.java 115
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low PacketConsumer.java 115
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low PacketConsumer.java 153
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low recieveThread.java 87
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low recieveThread.java 91
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low recieveThread.java 93
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low Configurations.java 30
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low TripParameters.java 195
Generated at 9/11/14 3:34 AM Powered by CodePro Server